pinwheel: Add syb-cli to work module

This commit is contained in:
Alexander Heldt
2024-06-03 21:19:53 +02:00
parent 25566441e3
commit 5d30b57709
2 changed files with 15 additions and 0 deletions

View 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
}