added quotes to fix error
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
text = ''
|
text = ''
|
||||||
HOSTNAME=$(hostname -s)
|
HOSTNAME=$(hostname -s)
|
||||||
echo "Switching to the $HOSTNAME nixos profile"
|
echo "Switching to the $HOSTNAME nixos profile"
|
||||||
sudo nh os switch "$@" ${flakeDir}#$HOSTNAME
|
nh os switch "$@" "${flakeDir}#$HOSTNAME"
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
nfsu = with pkgs; writeShellApplication {
|
nfsu = with pkgs; writeShellApplication {
|
||||||
|
|||||||
Reference in New Issue
Block a user