nix flake update
This commit is contained in:
10
justfile
10
justfile
@@ -3,21 +3,21 @@ update-config:
|
||||
nix flake update
|
||||
git add .
|
||||
git commit
|
||||
sudo nixos-rebuild switch --upgrade --flake ~/flakescfg
|
||||
sudo nixos-rebuild switch --upgrade --flake ~/haus#puter
|
||||
git push
|
||||
|
||||
update:
|
||||
nix flake update
|
||||
git add .
|
||||
git commit -m "nix flake update"
|
||||
sudo nixos-rebuild switch --upgrade --flake ~/flakescfg
|
||||
sudo nixos-rebuild switch --upgrade --flake ~/haus#puter
|
||||
git push
|
||||
|
||||
update-and-reboot:
|
||||
nix flake update
|
||||
git add .
|
||||
git commit -m "nix flake update"
|
||||
sudo nixos-rebuild boot --upgrade --flake ~/flakescfg
|
||||
sudo nixos-rebuild boot --upgrade --flake ~/haus#puter
|
||||
git push
|
||||
|
||||
update-config-and-reboot:
|
||||
@@ -25,8 +25,8 @@ update-config-and-reboot:
|
||||
nix flake update
|
||||
git add .
|
||||
git commit
|
||||
sudo nixos-rebuild boot --upgrade --flake ~/flakescfg
|
||||
sudo nixos-rebuild boot --upgrade --flake ~/haus#puter
|
||||
git push
|
||||
|
||||
upgrade:
|
||||
sudo nixos-rebuild switch --upgrade --flake ~/flakescfg
|
||||
sudo nixos-rebuild switch --upgrade --flake ~/haus#puter
|
||||
|
||||
Reference in New Issue
Block a user