Loading nixos/modules/services/web-apps/gancio.nix +4 −4 Original line number Diff line number Diff line Loading @@ -174,10 +174,10 @@ in environment.systemPackages = [ (pkgs.runCommand "gancio" { } '' mkdir -p $out/bin echo "#!${pkgs.runtimeShell} echo '#!${pkgs.runtimeShell} cd /var/lib/gancio/ exec ${lib.getExe cfg.package} ''${1:---help} " > $out/bin/gancio exec ${lib.getExe cfg.package} ''${1:--help} ' > $out/bin/gancio chmod +x $out/bin/gancio '') ]; Loading Loading
nixos/modules/services/web-apps/gancio.nix +4 −4 Original line number Diff line number Diff line Loading @@ -174,10 +174,10 @@ in environment.systemPackages = [ (pkgs.runCommand "gancio" { } '' mkdir -p $out/bin echo "#!${pkgs.runtimeShell} echo '#!${pkgs.runtimeShell} cd /var/lib/gancio/ exec ${lib.getExe cfg.package} ''${1:---help} " > $out/bin/gancio exec ${lib.getExe cfg.package} ''${1:--help} ' > $out/bin/gancio chmod +x $out/bin/gancio '') ]; Loading