aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2025-06-08 11:00:14 -0700
committerFranck Cuny <franck@fcuny.net>2025-06-08 11:00:14 -0700
commitbb10fcc352220c9c3ca517b8e9a7932357d065e5 (patch)
treeb7f60d3f75128f165077ad7fe82055f529d43b4c /flake.nix
parentstructure emacs configuration (diff)
downloadinfra-bb10fcc352220c9c3ca517b8e9a7932357d065e5.tar.gz
install agenix again
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix7
1 files changed, 7 insertions, 0 deletions
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;