added quotes to fix error

This commit is contained in:
John Lancaster
2026-04-15 23:19:17 -05:00
parent 51a2b8078f
commit 213d97d13e
+1 -1
View File
@@ -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 {