7 lines
49 B
Nix
7 lines
49 B
Nix
{ mkShell
|
|
}:
|
|
|
|
mkShell {
|
|
buildInputs = [
|
|
];
|
|
}
|