From 8e250d5084eb62c16a930f4b02a7e42b6952b852 Mon Sep 17 00:00:00 2001 From: Pacman99 Date: Sat, 29 May 2021 12:53:33 -0700 Subject: [PATCH] flake: add agenix to devShell --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 2f64a1fd..ee288909 100644 --- a/flake.nix +++ b/flake.nix @@ -105,6 +105,10 @@ }; }; + devshell.externalModules = { pkgs, ... }: { + packages = [ pkgs.agenix ]; + }; + homeConfigurations = digga.lib.mkHomeConfigurations self.nixosConfigurations; deploy.nodes = digga.lib.mkDeployNodes self.nixosConfigurations { };