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