From 1b3cadf8603b91133474f392e7d5a0b5885bc086 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Sun, 26 Nov 2023 07:51:08 -0600 Subject: [PATCH] updates from makefile --- flake.lock | 12 ++++++------ makefile | 5 ++--- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/flake.lock b/flake.lock index 9a762c4..469cb3a 100644 --- a/flake.lock +++ b/flake.lock @@ -7,11 +7,11 @@ ] }, "locked": { - "lastModified": 1700695018, - "narHash": "sha256-MAiPLgBF4GLzSOlhnPCDWkWW5CDx4i7ApIYaR+TwTVg=", + "lastModified": 1700900274, + "narHash": "sha256-KWoKDP5I1viHR4bG3ENnJ7H1DD16tXWH4ROvS0IfXw8=", "owner": "nix-community", "repo": "home-manager", - "rev": "134deb46abd5d0889d913b8509413f6f38b0811e", + "rev": "a462e7315deaa8194b0821f726709bb7e51a850c", "type": "github" }, "original": { @@ -39,11 +39,11 @@ }, "nixpkgs": { "locked": { - "lastModified": 1700612854, - "narHash": "sha256-yrQ8osMD+vDLGFX7pcwsY/Qr5PUd6OmDMYJZzZi0+zc=", + "lastModified": 1700794826, + "narHash": "sha256-RyJTnTNKhO0yqRpDISk03I/4A67/dp96YRxc86YOPgU=", "owner": "nixos", "repo": "nixpkgs", - "rev": "19cbff58383a4ae384dea4d1d0c823d72b49d614", + "rev": "5a09cb4b393d58f9ed0d9ca1555016a8543c2ac8", "type": "github" }, "original": { diff --git a/makefile b/makefile index 18a74d4..ad8f6c4 100644 --- a/makefile +++ b/makefile @@ -3,11 +3,10 @@ all: weekly: pull clean update ci all push +cweekly pull clean all + update: nix flake update - #nix flake lock --update-input nixpkgs - #nix flake lock --update-input nixos-hardware - #nix flake lock --update-input home-manager vm: doas nixos-rebuild switch --flake .#vm2 && result/bin/run-*-vm