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,13 @@
with import <nixpkgs> {};
buildGoModule rec {
pname = "i3utils";
version = "0.0.1";
src = fetchgit {
url = "https://git.sr.ht/~dpatterbee/i3utils";
rev = "refs/heads/main";
sha256 = "1h97131558nklhi3f2a3jl9np2n8y1irh088jc5iry63zpsfx2qm";
};
vendorSha256 = "1lzr4ga58aa35z0vkpw8jldplvg174q49nqqpdv0vz0aj3m585nq";
}