Add agenix to the dotfiles devshell

master
Yorick van Pelt 2023-09-23 15:57:07 +02:00
parent e3a579d345
commit ca432e86f1
Signed by: yorick
GPG Key ID: D8D3CC6D951384DE
1 changed files with 1 additions and 0 deletions

View File

@ -68,6 +68,7 @@
devShells.default = pkgs.mkShell {
buildInputs = with pkgs; [
y-deployer
pkgs.agenix
];
};
devShells.deployer = pkgs.mkShell {