mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
ref: organize lib folder
This commit is contained in:
parent
7b057d8c0f
commit
bf64929797
6 changed files with 5 additions and 5 deletions
|
|
@ -85,7 +85,7 @@ in
|
|||
}];
|
||||
|
||||
# pass docker library as param
|
||||
_module.args.docker = import ../lib/docker.nix { inherit lib pkgs; };
|
||||
_module.args.docker = import ../lib/docker { inherit lib pkgs; };
|
||||
|
||||
# list of exported docker images
|
||||
docker.export = mapAttrsToList (_: i: i.image)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue