Skip to content

Commit

Permalink
flake: add agenix to devShell
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 committed Jun 1, 2021
1 parent d908206 commit 8e250d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,10 @@
};
};

devshell.externalModules = { pkgs, ... }: {
packages = [ pkgs.agenix ];
};

homeConfigurations = digga.lib.mkHomeConfigurations self.nixosConfigurations;

deploy.nodes = digga.lib.mkDeployNodes self.nixosConfigurations { };
Expand Down

0 comments on commit 8e250d5

Please sign in to comment.