Try to add common or something idk
This commit is contained in:
14
user/common/i3utils/default.nix
Normal file
14
user/common/i3utils/default.nix
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user