8 lines
88 B
Nix
8 lines
88 B
Nix
{
|
|
lib,
|
|
stdenv,
|
|
fetchFromGithub,
|
|
}:
|
|
stdenv.mkDerivation {
|
|
name = "nullpomino";
|
|
}
|