Things
This commit is contained in:
parent
2a1f2576e4
commit
a7ac7b4b74
8 changed files with 232 additions and 72 deletions
10
packages/combobulate.nix
Normal file
10
packages/combobulate.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
trivialBuild,
|
||||
src,
|
||||
...
|
||||
}:
|
||||
trivialBuild {
|
||||
inherit src;
|
||||
version = "git";
|
||||
pname = "combombulate";
|
||||
}
|
Reference in a new issue