From 010f55244d6773621725c3d991e8259265af67c2 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 21 Feb 2022 13:31:00 -0800 Subject: agenix: add flake for agenix This will be used to store secrets in the repository. --- flake.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'flake.nix') 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. -- cgit 1.4.1