pinwheel: Add syb-cli to work module
This commit is contained in:
13
hosts/pinwheel/modules/work/syb-cli.nix
Normal file
13
hosts/pinwheel/modules/work/syb-cli.nix
Normal file
@@ -0,0 +1,13 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
pkgs.buildGoModule {
|
||||
pname = "syb-cli";
|
||||
version = "b118cea";
|
||||
|
||||
src = builtins.fetchGit {
|
||||
url = "git@github.com:soundtrackyourbrand/syb-cli.git";
|
||||
rev = "b118cea639e28eaa9d2d169cac8b801869b51bf6";
|
||||
};
|
||||
|
||||
vendorHash = null; # Use `vendor` folder from source
|
||||
}
|
||||
Reference in New Issue
Block a user