mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fmt
This commit is contained in:
parent
a0ce293db8
commit
60592d3096
55 changed files with 23668 additions and 30925 deletions
|
|
@ -1,9 +1,6 @@
|
|||
{ system ? builtins.currentSystem
|
||||
, evalModules ? (import ../. { }).evalModules.${system}
|
||||
}:
|
||||
|
||||
{ registry ? "docker.io/gatehub" }:
|
||||
|
||||
{
|
||||
nginx-deployment = import ./nginx-deployment { inherit evalModules registry; };
|
||||
system ? builtins.currentSystem,
|
||||
evalModules ? (import ../. {}).evalModules.${system},
|
||||
}: {registry ? "docker.io/gatehub"}: {
|
||||
nginx-deployment = import ./nginx-deployment {inherit evalModules registry;};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue