update makefile to improve flake.lock updates + flack.lock update

This commit is contained in:
Don Harper 2023-11-23 18:49:56 -06:00
parent 384c4072a1
commit 157efd3b66
2 changed files with 7 additions and 6 deletions

View file

@ -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