about summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-21 13:31:00 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-21 13:31:00 -0800
commit010f55244d6773621725c3d991e8259265af67c2 (patch)
tree972ba4d1a2007855cfb358ec9aa7c3abadf6026c /flake.nix
parentsystem: install a few more packages (diff)
downloadworld-010f55244d6773621725c3d991e8259265af67c2.tar.gz
agenix: add flake for agenix
This will be used to store secrets in the repository.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index 48f63a4..76e08ba 100644
--- a/flake.nix
+++ b/flake.nix
@@ -12,6 +12,11 @@
 
     emacs-overlay.url = "github:nix-community/emacs-overlay";
 
+    agenix = {
+      url = "github:ryantm/agenix";
+      inputs.nixpkgs.follows = "nixpkgs";
+    };
+
     home-manager = {
       url = "github:nix-community/home-manager/release-21.11";
       # We want home-manager to use the same set of nixpkgs as our system.