Skip to content

Commit

Permalink
feat: install kubectl-gs via flake
Browse files Browse the repository at this point in the history
  • Loading branch information
lockejan committed Aug 28, 2024
1 parent 714d4c7 commit a668075
Show file tree
Hide file tree
Showing 3 changed files with 45 additions and 8 deletions.
49 changes: 41 additions & 8 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@

flake-utils.url = "github:numtide/flake-utils";

nix-kubectl-gs.url = "github:swoehrl-mw/nix-kubectl-gs";

# neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
# neovim-nightly-overlay.inputs.nixpkgs.follows = "nixpkgs";

Expand Down
2 changes: 2 additions & 0 deletions home-manager/home.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{ config, pkgs, inputs, username, stateVersion, ... }:
let
unstable = inputs.nixpkgs-unstable.legacyPackages.${pkgs.system};
kubectl-gs = inputs.nix-kubectl-gs.packages.${pkgs.system}.kubectl-gs;
user = username;
in
{
Expand Down Expand Up @@ -39,6 +40,7 @@ in
jdk17_headless
jq
unstable.kubectl
kubectl-gs
unstable.kubecolor
unstable.kubernetes-helm
unstable.krew
Expand Down

0 comments on commit a668075

Please sign in to comment.