pinwheel: Add syb-cli to work module
This commit is contained in:
@@ -12,6 +12,8 @@ in
|
|||||||
};
|
};
|
||||||
|
|
||||||
home.packages = [
|
home.packages = [
|
||||||
|
(pkgs.callPackage ./syb-cli.nix {})
|
||||||
|
|
||||||
(pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.idea-ultimate [ "ideavim" ])
|
(pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.idea-ultimate [ "ideavim" ])
|
||||||
(pkgs.google-cloud-sdk.withExtraComponents [ pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin ])
|
(pkgs.google-cloud-sdk.withExtraComponents [ pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin ])
|
||||||
(pkgs.graphite-cli.overrideAttrs(_: {
|
(pkgs.graphite-cli.overrideAttrs(_: {
|
||||||
|
|||||||
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