1
0
forked from clan/clan-core

waypipe: fix the waypipe module

This commit is contained in:
a-kenji 2024-03-25 15:21:16 +01:00
parent a6f1fede97
commit 187bebae47

View File

@ -68,7 +68,7 @@
SDL_VIDEODRIVER=wayland
'';
script = ''
${lib.getExe config.clanCore.clanPkgs.waypipe} \
${lib.getExe pkgs.waypipe} \
${lib.escapeShellArgs config.clan.services.waypipe.flags} \
${lib.escapeShellArgs config.clan.services.waypipe.command}
'';