From e2d3e4826f7dfb764abbf0dd1f4b13a95c2065be Mon Sep 17 00:00:00 2001 From: oddlama Date: Tue, 27 Feb 2024 13:32:27 +0100 Subject: [PATCH] feat: update agenix rekey --- flake.lock | 6 +++--- flake.nix | 7 ++++++- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/flake.lock b/flake.lock index 8988322..88af9d7 100644 --- a/flake.lock +++ b/flake.lock @@ -53,11 +53,11 @@ "pre-commit-hooks": "pre-commit-hooks" }, "locked": { - "lastModified": 1705278709, - "narHash": "sha256-CNJSc6tp12UZKAprviztJ509yAblteK4GiWwKewWEPQ=", + "lastModified": 1708966623, + "narHash": "sha256-ClfhWvju5sJpt2l9FKCcHtyNnVtLBRjMNie066GLgyM=", "owner": "oddlama", "repo": "agenix-rekey", - "rev": "e02a57e08224422934974f19853d4d70ed7eaaaa", + "rev": "ac73aac46bc4a9474496ce3e68ed05f0c2a340ce", "type": "github" }, "original": { diff --git a/flake.nix b/flake.nix index 3623e8e..99f34f6 100644 --- a/flake.nix +++ b/flake.nix @@ -257,7 +257,7 @@ } { package = pkgs.nix-output-monitor; - help = "Nix Output Monitor (a drop alternative for `nix` which shows a build graph)"; + help = "Nix Output Monitor (a drop-in alternative for `nix` which shows a build graph)"; } { package = pkgs.writeShellApplication { @@ -285,6 +285,11 @@ extra-builtins-file = ${self.outPath}/nix/extra-builtins.nix ''; } + { + # Always add files to git after agenix rekey and agenix generate. + name = "AGENIX_REKEY_ADD_TO_GIT"; + value = "true"; + } ]; };