diff options
| author | Franck Cuny <franck@fcuny.net> | 2025-06-08 11:00:14 -0700 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2025-06-08 11:00:14 -0700 |
| commit | bb10fcc352220c9c3ca517b8e9a7932357d065e5 (patch) | |
| tree | b7f60d3f75128f165077ad7fe82055f529d43b4c /flake.nix | |
| parent | structure emacs configuration (diff) | |
| download | infra-bb10fcc352220c9c3ca517b8e9a7932357d065e5.tar.gz | |
install agenix again
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; |
