nix-config/shell.nix
2021-12-11 23:35:11 +01:00

7 lines
49 B
Nix

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