nix-config/shell.nix

5 lines
46 B
Nix

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