nix-config/shell.nix
2022-08-04 21:13:54 +02:00

5 lines
48 B
Nix

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