Skip to content

Commit 8e39653

Browse files
authored
Merge pull request #73 from BBBSnowball/pr-1
Add missing quotes
2 parents 27f2049 + 2d09206 commit 8e39653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
nix-bundle = import self { nixpkgs = nixpkgs'; };
1414
script = nixpkgs'.writeScript "startup" ''
1515
#!/bin/sh
16-
.${nix-bundle.nix-user-chroot}/bin/nix-user-chroot -n ./nix -- ${program} $@
16+
.${nix-bundle.nix-user-chroot}/bin/nix-user-chroot -n ./nix -- ${program} "$@"
1717
'';
1818
in nix-bundle.makebootstrap {
1919
targets = [ script ];

0 commit comments

Comments
 (0)