From bb10fcc352220c9c3ca517b8e9a7932357d065e5 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Sun, 8 Jun 2025 11:00:14 -0700 Subject: install agenix again --- flake.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 24655a7..0b1a537 100644 --- a/flake.nix +++ b/flake.nix @@ -16,6 +16,11 @@ inputs.nixpkgs.follows = "nixpkgs"; }; + agenix = { + url = "github:ryantm/agenix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + treefmt-nix = { url = "github:numtide/treefmt-nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -41,6 +46,7 @@ treefmt-nix, pre-commit-hooks, emacs-overlay, + agenix, ... }@inputs: let @@ -214,6 +220,7 @@ with pkgs; [ git + inputs.agenix.packages."${system}".default ] ++ commonScripts ++ systemSpecificScripts; -- cgit v1.2.3