packwiz: init at 9ef87bc
This commit is contained in:
parent
176e0e9513
commit
1a5ea7162b
4 changed files with 29 additions and 0 deletions
9
packages/packwiz/default.nix
Normal file
9
packages/packwiz/default.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
{ inputs
|
||||
, buildGoModule
|
||||
}:
|
||||
buildGoModule {
|
||||
pname = "packwiz";
|
||||
version = inputs.packwiz.shortRev;
|
||||
src = inputs.packwiz;
|
||||
vendorSha256 = "1f2xh8czq8fh823dyp54rdv5mmb9gf62f5fimdah4wmghqw4wbzy";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue