From 3dfcc70b8597a6916aaaad6e7a23a410465fdd95 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Fri, 29 Mar 2024 17:29:08 -0500 Subject: [PATCH] updates from makefile --- flake.lock | 6 +++--- makefile | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) 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