We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f247963 commit 19cad61Copy full SHA for 19cad61
1 file changed
flake.nix
@@ -54,7 +54,7 @@
54
55
postInstall = ''
56
wrapProgram $out/bin/nynx \
57
- --prefix PATH : ${pkgs.lib.makeBinPath [ pkgs.nix-eval-jobs ]}
+ --prefix PATH : ${pkgs.lib.makeBinPath [pkgs.nix-eval-jobs]}
58
'';
59
60
version =
0 commit comments