mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
inaugurate decent devshell
This commit is contained in:
parent
be58b0e94e
commit
2026496ea0
7 changed files with 313 additions and 4 deletions
|
|
@ -21,10 +21,7 @@
|
|||
};
|
||||
in
|
||||
rec {
|
||||
devShell = with pkgs; mkShell {
|
||||
buildInputs = [
|
||||
];
|
||||
};
|
||||
devShell = import ./shell.nix { inherit system pkgs; };
|
||||
|
||||
packages = flake-utils.lib.flattenTree {
|
||||
inherit (pkgs)
|
||||
|
|
@ -43,6 +40,9 @@
|
|||
kubenix = prev.callPackage ./default.nix {
|
||||
nixosPath = "${nixpkgs}/nixos";
|
||||
};
|
||||
# up to date versions of their nixpkgs equivalents
|
||||
kubernetes = prev.callPackage ./pkgs/applications/networking/cluster/kubernetes { };
|
||||
kubectl = prev.callPackage ./pkgs/applications/networking/cluster/kubectl { };
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue