8 lines
68 B
Nix
8 lines
68 B
Nix
{
|
|
system,
|
|
pkgs,
|
|
self,
|
|
}: pkgs.mkShell {
|
|
buildInputs = [];
|
|
}
|