Add miniding
This commit is contained in:
13
home/daniel/i3utils/default.nix
Normal file
13
home/daniel/i3utils/default.nix
Normal 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";
|
||||
}
|
||||
Reference in New Issue
Block a user