diff --git a/flake.lock b/flake.lock index cd9e66b..ea26a2f 100644 --- a/flake.lock +++ b/flake.lock @@ -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": { diff --git a/makefile b/makefile index c153085..23c7141 100644 --- a/makefile +++ b/makefile @@ -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