mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-14 08:53:50 +01:00
fix: option priority fixes in module due upstream nixpkgs changes
This commit is contained in:
parent
14569f9073
commit
7287c4ed9e
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ let
|
||||||
globalConfig = config;
|
globalConfig = config;
|
||||||
parentModule = module;
|
parentModule = module;
|
||||||
|
|
||||||
|
mkOptionDefault = mkOverride 1001;
|
||||||
|
|
||||||
# A submodule (like typed attribute set). See NixOS manual.
|
# A submodule (like typed attribute set). See NixOS manual.
|
||||||
submodule = opts:
|
submodule = opts:
|
||||||
let
|
let
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue