update makefile to improve flake.lock updates + flack.lock update
This commit is contained in:
parent
384c4072a1
commit
157efd3b66
2 changed files with 7 additions and 6 deletions
7
makefile
7
makefile
|
|
@ -4,9 +4,10 @@ all:
|
|||
weekly: pull clean update ci all push
|
||||
|
||||
update:
|
||||
nix flake lock --update-input nixpkgs
|
||||
nix flake lock --update-input nixos-hardware
|
||||
nix flake lock --update-input home-manager
|
||||
nix flake update
|
||||
#nix flake lock --update-input nixpkgs
|
||||
#nix flake lock --update-input nixos-hardware
|
||||
#nix flake lock --update-input home-manager
|
||||
|
||||
vm:
|
||||
doas nixos-rebuild switch --flake .#vm2 && result/bin/run-*-vm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue