nix-config/shell.nix
2021-06-27 22:45:34 +02:00

9 lines
69 B
Nix

{ mkShell
, deploy
}:
mkShell {
buildInputs = [
deploy
];
}