packwiz: init at 9ef87bc

This commit is contained in:
LavaDesu 2021-10-10 14:03:12 +07:00
parent 176e0e9513
commit 1a5ea7162b
Signed by: cilly
GPG key ID: 6500251E087653C9
4 changed files with 29 additions and 0 deletions

View file

@ -0,0 +1,9 @@
{ inputs
, buildGoModule
}:
buildGoModule {
pname = "packwiz";
version = inputs.packwiz.shortRev;
src = inputs.packwiz;
vendorSha256 = "1f2xh8czq8fh823dyp54rdv5mmb9gf62f5fimdah4wmghqw4wbzy";
}