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
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -39,11 +39,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1700390070,
|
"lastModified": 1700612854,
|
||||||
"narHash": "sha256-de9KYi8rSJpqvBfNwscWdalIJXPo8NjdIZcEJum1mH0=",
|
"narHash": "sha256-yrQ8osMD+vDLGFX7pcwsY/Qr5PUd6OmDMYJZzZi0+zc=",
|
||||||
"owner": "nixos",
|
"owner": "nixos",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "e4ad989506ec7d71f7302cc3067abd82730a4beb",
|
"rev": "19cbff58383a4ae384dea4d1d0c823d72b49d614",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
7
makefile
7
makefile
|
|
@ -4,9 +4,10 @@ all:
|
||||||
weekly: pull clean update ci all push
|
weekly: pull clean update ci all push
|
||||||
|
|
||||||
update:
|
update:
|
||||||
nix flake lock --update-input nixpkgs
|
nix flake update
|
||||||
nix flake lock --update-input nixos-hardware
|
#nix flake lock --update-input nixpkgs
|
||||||
nix flake lock --update-input home-manager
|
#nix flake lock --update-input nixos-hardware
|
||||||
|
#nix flake lock --update-input home-manager
|
||||||
|
|
||||||
vm:
|
vm:
|
||||||
doas nixos-rebuild switch --flake .#vm2 && result/bin/run-*-vm
|
doas nixos-rebuild switch --flake .#vm2 && result/bin/run-*-vm
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue