initial commit
This commit is contained in:
commit
e3b0136650
9 changed files with 245 additions and 0 deletions
12
package/source.nix
Normal file
12
package/source.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
fetchFromGitHub,
|
||||
repo,
|
||||
version,
|
||||
hash ? "",
|
||||
owner ? "jetperch",
|
||||
}: fetchFromGitHub {
|
||||
owner = owner;
|
||||
repo = repo;
|
||||
tag = "v${version}";
|
||||
inherit hash;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue