Clean up unused stuff

This commit is contained in:
2025-10-25 14:37:36 +02:00
parent 4dc5cd9d30
commit 4a497f47a0
6 changed files with 163 additions and 154 deletions
+6 -18
View File
@@ -1,41 +1,29 @@
let
sources = import ./lon.nix;
sources = import ./nix;
system = builtins.currentSystem;
pkgs = import sources.nixpkgs {
inherit system;
config = { };
overlays = [ (import "${sources.gomod2nix}/overlay.nix") ];
overlays = [ ];
};
helmfile-nix = import sources.helmfile-nix { inherit pkgs; };
helmWrap =
with pkgs;
wrapHelm kubernetes-helm {
plugins = with kubernetes-helmPlugins; [
helm-diff
helm-git
];
};
helmfileWrap = pkgs.helmfile-wrapped.override { inherit (helmWrap) pluginsDir; };
in
pkgs.mkShellNoCC {
name = "clstr";
packages = with pkgs; [
# nix helpers
just
lon
nix-converter
npins
# helm
helmWrap
helmfileWrap
helmfile-nix
helmfile
kubernetes-helm
# kubectl tools
kubectl-cnpg
kubectl-neat
kubelogin
kubelogin-oidc
kubectl-rook-ceph
# linkerd
step-cli