We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 27f2049 + 2d09206 commit 8e39653Copy full SHA for 8e39653
flake.nix
@@ -13,7 +13,7 @@
13
nix-bundle = import self { nixpkgs = nixpkgs'; };
14
script = nixpkgs'.writeScript "startup" ''
15
#!/bin/sh
16
- .${nix-bundle.nix-user-chroot}/bin/nix-user-chroot -n ./nix -- ${program} $@
+ .${nix-bundle.nix-user-chroot}/bin/nix-user-chroot -n ./nix -- ${program} "$@"
17
'';
18
in nix-bundle.makebootstrap {
19
targets = [ script ];
0 commit comments