From 16b9613ff88797c5372097ce3cdcf1b86c0e0f45 Mon Sep 17 00:00:00 2001 From: Dennis Date: Fri, 25 Apr 2025 16:28:12 +0200 Subject: [PATCH] Fixes agenix setup --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 3fcfca0..63c2153 100644 --- a/flake.nix +++ b/flake.nix @@ -17,6 +17,7 @@ nixpkgs, home-manager, nix-darwin, + agenix, ... } @ inputs: let inherit (self) outputs;