From bfc15802184f86c3698c325301c752d20e232cb0 Mon Sep 17 00:00:00 2001 From: trev Date: Mon, 12 May 2025 11:39:06 -0400 Subject: [PATCH] fix: add flake.lock on update --- .scripts/update.sh | 1 + flake.lock | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.scripts/update.sh b/.scripts/update.sh index 552e740..58a34fb 100755 --- a/.scripts/update.sh +++ b/.scripts/update.sh @@ -8,6 +8,7 @@ cd "${git_root}" nix flake update if ! git diff --exit-code flake.nix; then git add flake.nix + git add flake.lock git commit -m "build(nix): updated nix dependencies" fi diff --git a/flake.lock b/flake.lock index e29da96..b2a6c67 100644 --- a/flake.lock +++ b/flake.lock @@ -2,11 +2,11 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1746663147, - "narHash": "sha256-Ua0drDHawlzNqJnclTJGf87dBmaO/tn7iZ+TCkTRpRc=", + "lastModified": 1746904237, + "narHash": "sha256-3e+AVBczosP5dCLQmMoMEogM57gmZ2qrVSrmq9aResQ=", "owner": "nixos", "repo": "nixpkgs", - "rev": "dda3dcd3fe03e991015e9a74b22d35950f264a54", + "rev": "d89fc19e405cb2d55ce7cc114356846a0ee5e956", "type": "github" }, "original": {