5 lines
98 B
Nix
5 lines
98 B
Nix
{ mkKdeDerivation }:
|
|
mkKdeDerivation {
|
|
pname = "alligator";
|
|
meta.mainProgram = "alligator";
|
|
}
|