diff --git a/flake.nix b/flake.nix index faa6735..6939647 100644 --- a/flake.nix +++ b/flake.nix @@ -13,7 +13,7 @@ nix-bundle = import self { nixpkgs = nixpkgs'; }; script = nixpkgs'.writeScript "startup" '' #!/bin/sh - .${nix-bundle.nix-user-chroot}/bin/nix-user-chroot -n ./nix -- ${program} $@ + .${nix-bundle.nix-user-chroot}/bin/nix-user-chroot -n ./nix -- ${program} "$@" ''; in nix-bundle.makebootstrap { targets = [ script ];