pinwheel: Add pants (called through nix-alien) to work module

This commit is contained in:
Alexander Heldt
2024-06-15 13:18:56 +02:00
parent 91af884431
commit d470650406
4 changed files with 178 additions and 7 deletions

View File

@@ -1,4 +1,4 @@
{ pkgs, lib, config, ... }:
{ inputs, pkgs, lib, config, ... }:
let
gitEnabled = config.mod.git.enable;
goEnabled = config.mod.go.enable;
@@ -14,6 +14,11 @@ in
home.packages = [
(pkgs.callPackage ./syb-cli.nix {})
(pkgs.callPackage ./pants.nix {
nix-alien = inputs.nix-alien.packages."${pkgs.system}".nix-alien;
})
pkgs.unzip # needed by pants
(pkgs.jetbrains.plugins.addPlugins pkgs.jetbrains.idea-ultimate [ "ideavim" ])
(pkgs.google-cloud-sdk.withExtraComponents [ pkgs.google-cloud-sdk.components.gke-gcloud-auth-plugin ])
(pkgs.graphite-cli.overrideAttrs(_: {