still no idea
This commit is contained in:
@@ -14,13 +14,13 @@
|
|||||||
|
|
||||||
#scripts
|
#scripts
|
||||||
(pkgs.writeShellScriptBin "_systemRebuild" ''
|
(pkgs.writeShellScriptBin "_systemRebuild" ''
|
||||||
sudo nix flake lock /home/nathan/.nixos --update-input nathan --update-input root --update-input system
|
sudo nix flake lock /home/nathan/Projects/System --update-input nathan --update-input root --update-input system
|
||||||
${pkgs.nh}/bin/nh os switch --ask /home/nathan/Projects/System
|
${pkgs.nh}/bin/nh os switch --ask /home/nathan/Projects/System
|
||||||
echo //////Enter to close//////
|
echo //////Enter to close//////
|
||||||
read
|
read
|
||||||
'')
|
'')
|
||||||
(pkgs.writeShellScriptBin "_homeRebuild" ''
|
(pkgs.writeShellScriptBin "_homeRebuild" ''
|
||||||
sudo nix flake lock /home/nathan/.nixos --update-input nathan --update-input root
|
sudo nix flake lock /home/nathan/Projects/System --update-input nathan
|
||||||
${pkgs.nh}/bin/nh home switch --ask /home/nathan/Projects/System
|
${pkgs.nh}/bin/nh home switch --ask /home/nathan/Projects/System
|
||||||
echo //////Enter to close//////
|
echo //////Enter to close//////
|
||||||
read
|
read
|
||||||
|
|||||||
Reference in New Issue
Block a user