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
|
popd
|
||||||
pushd ./install
|
pushd ./install
|
||||||
echo "NixOS Installing..."
|
echo "NixOS Installing..."
|
||||||
sudo nixos-install --flake .#''${dir}
|
sudo nixos-install --flake .#\"''${dir}\"
|
||||||
popd
|
popd
|
||||||
echo "Cleaning up repository in tmp..."
|
echo "Cleaning up repository in tmp..."
|
||||||
rm -rf ./install
|
rm -rf ./install
|
||||||
|
|
Loading…
Reference in a new issue