nix-config/shell.nix

6 lines
75 B
Nix

{ agenix-bin, mkShell }:
mkShell {
buildInputs = [
agenix-bin
];
}