add kubectl and helm
This commit is contained in:
parent
5d9a795ac3
commit
dfe14978a4
4 changed files with 51 additions and 11 deletions
10
overlay.nix
10
overlay.nix
|
@ -1,14 +1,12 @@
|
|||
_: pkgs: {
|
||||
# docker images must be lower-cased
|
||||
docker-nixpkgs = rec {
|
||||
|
||||
curl = pkgs.callPackage ./curl {};
|
||||
|
||||
kubectl = pkgs.callPackage ./kubectl {};
|
||||
kubernetes-helm = pkgs.callPackage ./kubernetes-helm {};
|
||||
nix = pkgs.callPackage ./nix {};
|
||||
|
||||
# docker images must be lower-cased
|
||||
nix-unstable = nix.overrideAttrs (self: {
|
||||
nix = pkgs.nixUnstable;
|
||||
});
|
||||
nix-unstable = nix.overrideAttrs (self: { nix = pkgs.nixUnstable; });
|
||||
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue