It tells me to double quote, maybe this will work?
This commit is contained in:
parent
5319aadfc2
commit
53c48ed6e7
|
@ -25,7 +25,7 @@ writeShellApplication
|
|||
popd
|
||||
pushd ./install
|
||||
echo "NixOS Installing..."
|
||||
sudo nixos-install --flake .#''${dir}
|
||||
sudo nixos-install --flake .#\"''${dir}\"
|
||||
popd
|
||||
echo "Cleaning up repository in tmp..."
|
||||
rm -rf ./install
|
||||
|
|
Loading…
Reference in a new issue