add agenix to shell

This commit is contained in:
William 2025-10-17 15:23:13 -03:00
parent f5a7377b1f
commit 265dc99476

View file

@ -6,9 +6,10 @@
{ {
devShells.default = pkgs.mkShell { devShells.default = pkgs.mkShell {
packages = with pkgs; [ packages = with pkgs; [
agenix
deploy-rs
nil nil
nixfmt-rfc-style nixfmt-rfc-style
deploy-rs
]; ];
}; };
}; };