From 649e4033fdd8c0a9515e2152c236bb7589d26514 Mon Sep 17 00:00:00 2001 From: Tom Alexander Date: Tue, 28 Jul 2026 08:25:06 -0400 Subject: [PATCH] Update nix_builder to record the revisions of the flake inputs. --- nix/configuration/flake.lock | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nix/configuration/flake.lock b/nix/configuration/flake.lock index 44c6e6b..5ffafe5 100644 --- a/nix/configuration/flake.lock +++ b/nix/configuration/flake.lock @@ -170,11 +170,11 @@ "rust-overlay": "rust-overlay_2" }, "locked": { - "lastModified": 1784398011, - "narHash": "sha256-RMBrYkNpcOlPvX3LaI3qdZfqgX+R3/D3tsJhxLJJiak=", + "lastModified": 1785248363, + "narHash": "sha256-hx9Cn1vIa/h54t+s3ObO6+Z3xHSA1zc3YVRWxTZcigc=", "ref": "refs/heads/main", - "rev": "59fdbf41efdd0bbd0341a7534738149b33bd557f", - "revCount": 37, + "rev": "0addf91edf82775a0dc5022a81065ef101305e64", + "revCount": 38, "type": "git", "url": "https://code.fizz.buzz/talexander/nix_builder.git" },