mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
fix: option priority fixes due upstream nixpkgs changes
This commit is contained in:
parent
bc37b314ee
commit
14569f9073
1 changed files with 2 additions and 0 deletions
|
|
@ -59,6 +59,8 @@ let
|
||||||
|
|
||||||
refType = attr: head (tail (tail (splitString "/" attr."$ref")));
|
refType = attr: head (tail (tail (splitString "/" attr."$ref")));
|
||||||
|
|
||||||
|
mkOptionDefault = mkOverride 1001;
|
||||||
|
|
||||||
extraOptions = {
|
extraOptions = {
|
||||||
nix.dependencies = mkOption {
|
nix.dependencies = mkOption {
|
||||||
description = "List of resources that resource depends on";
|
description = "List of resources that resource depends on";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue