diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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; |
