updates from makefile
This commit is contained in:
parent
fa82561ead
commit
3dfcc70b85
2 changed files with 5 additions and 5 deletions
6
flake.lock
generated
6
flake.lock
generated
|
|
@ -118,11 +118,11 @@
|
||||||
"nixpkgs-regression": "nixpkgs-regression"
|
"nixpkgs-regression": "nixpkgs-regression"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1711652043,
|
"lastModified": 1711744299,
|
||||||
"narHash": "sha256-WlV3UBcv0hStLqKrNEsNqrOtTPQlzEjVbGt38XytOlo=",
|
"narHash": "sha256-owas7rgSURAb+RKSUdWE/t5dscFPGKa012a+//k84nY=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nix",
|
"repo": "nix",
|
||||||
"rev": "ef26133df309fcadb552467ba45a8f170e78d7ad",
|
"rev": "eeecbb9c364a29bbbde26aa41cc74204546950c0",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
||||||
4
makefile
4
makefile
|
|
@ -9,9 +9,9 @@ all:
|
||||||
switch:
|
switch:
|
||||||
doas nixos-rebuild switch --flake .#${HOSTNAME}
|
doas nixos-rebuild switch --flake .#${HOSTNAME}
|
||||||
|
|
||||||
weekly: pull clean update ci all push
|
weekly: pull clean update ci switch push
|
||||||
|
|
||||||
cweekly: clean pull all
|
cweekly: clean pull switch
|
||||||
|
|
||||||
update:
|
update:
|
||||||
nix flake update
|
nix flake update
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue