mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
ref: don't expose upstreamable lib a second time as kubenix.lib
It is already overlayd onto pkgs.lib in the context of kubenix' evalModules
This commit is contained in:
parent
9d006f39fc
commit
59da5c1698
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
{ lib, pkgs }:
|
{ lib, pkgs }:
|
||||||
|
|
||||||
(import ./extra.nix { inherit pkgs lib; }) // {
|
{
|
||||||
k8s = import ./k8s { inherit lib; };
|
k8s = import ./k8s { inherit lib; };
|
||||||
docker = import ./docker { inherit lib pkgs; };
|
docker = import ./docker { inherit lib pkgs; };
|
||||||
helm = import ./helm { inherit pkgs; };
|
helm = import ./helm { inherit pkgs; };
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue