mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
add missing kube version, move jobs to packages
This commit is contained in:
parent
85649dd3fd
commit
2891ede6d4
6 changed files with 21323 additions and 21 deletions
|
|
@ -68,8 +68,6 @@
|
|||
in {
|
||||
inherit evalModules pkgs;
|
||||
|
||||
jobs = import ./jobs {inherit pkgs;};
|
||||
|
||||
devShells.default = pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
# formatters
|
||||
|
|
@ -109,7 +107,8 @@
|
|||
// {
|
||||
cli = pkgs.callPackage ./pkgs/kubenix.nix {};
|
||||
default = self.packages.${system}.cli;
|
||||
};
|
||||
}
|
||||
// import ./jobs {inherit pkgs;};
|
||||
|
||||
checks = let
|
||||
wasSuccess = suite:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue