updates from makefile

This commit is contained in:
Don Harper 2024-03-29 17:29:08 -05:00
parent fa82561ead
commit 3dfcc70b85
2 changed files with 5 additions and 5 deletions

6
flake.lock generated
View file

@ -118,11 +118,11 @@
"nixpkgs-regression": "nixpkgs-regression"
},
"locked": {
"lastModified": 1711652043,
"narHash": "sha256-WlV3UBcv0hStLqKrNEsNqrOtTPQlzEjVbGt38XytOlo=",
"lastModified": 1711744299,
"narHash": "sha256-owas7rgSURAb+RKSUdWE/t5dscFPGKa012a+//k84nY=",
"owner": "NixOS",
"repo": "nix",
"rev": "ef26133df309fcadb552467ba45a8f170e78d7ad",
"rev": "eeecbb9c364a29bbbde26aa41cc74204546950c0",
"type": "github"
},
"original": {

View file

@ -9,9 +9,9 @@ all:
switch:
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:
nix flake update