fix: option priority fixes due upstream nixpkgs changes

This commit is contained in:
Jaka Hudoklin 2018-07-31 11:26:51 +02:00
parent bc37b314ee
commit 14569f9073

View file

@ -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";