Try to add common or something idk

This commit is contained in:
2021-10-19 22:58:13 +01:00
parent 31667f737f
commit e141c761cd
10 changed files with 575 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
with import <nixpkgs> {};
buildGoModule rec {
pname = "i3utils";
version = "0.0.1";
src = fetchFromSourcehut {
owner = "~dpatterbee";
repo = pname;
rev = "${version}";
sha256 = "01wqlf66y172idq1850nby7nmb4075sryis899ldzpk1jakc5b3f";
};
vendorSha256 = "0pnd89iqdj3f719xf4iy5r04n51d0rrrf0qb2zjirpw7vh7g82i9";
}