From c1aede0d5f323cddde1e1c16a923c426ac53a7eb Mon Sep 17 00:00:00 2001 From: Don Harper Date: Mon, 7 Oct 2024 00:18:50 -0500 Subject: [PATCH] updates from makefile --- flake.lock | 12 ++++++------ makefile | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 144ff38..99b148b 100644 --- a/flake.lock +++ b/flake.lock @@ -89,11 +89,11 @@ "stable": "stable" }, "locked": { - "lastModified": 1728180673, - "narHash": "sha256-/ewRcQl0uKFauULAxzrl9ZQ2DgKvE0iT9gJCzDsNRIQ=", + "lastModified": 1728263678, + "narHash": "sha256-gyUVsPAWY9AgVKjrNPoowrIr5BvK4gI0UkDXvv8iSxA=", "owner": "zhaofengli", "repo": "colmena", - "rev": "0fca61acc23bd95dc377758eb76885a8bce99f6a", + "rev": "b0a62f234fae02a006123e661ff70e62af16106b", "type": "github" }, "original": { @@ -375,11 +375,11 @@ }, "nixos-hardware": { "locked": { - "lastModified": 1728056216, - "narHash": "sha256-IrO06gFUDTrTlIP3Sz+mRB6WUoO2YsgMtOD3zi0VEt0=", + "lastModified": 1728269138, + "narHash": "sha256-oKxDImsOvgUZMY4NwXVyUc/c1HiU2qInX+b5BU0yXls=", "owner": "NixOS", "repo": "nixos-hardware", - "rev": "b7ca02c7565fbf6d27ff20dd6dbd49c5b82eef28", + "rev": "ecfcd787f373f43307d764762e139a7cdeb9c22b", "type": "github" }, "original": { diff --git a/makefile b/makefile index 9e7fbb8..9cc4d2e 100644 --- a/makefile +++ b/makefile @@ -60,7 +60,7 @@ ci: @rm -f nixos-switch.log prep: - @locate home-manager-backup | sort -u | xargs rm -f + @colmena exec "locate home-manager-backup | sort -u | xargs rm -f" reboot: @doas reboot