pkgs.formats.nixConf: use package from lib.types explicitly
This was actually being set to the package attribute for the function, which is definitely not what we want.
This commit is contained in:
@@ -837,7 +837,7 @@ optionalAttrs allowAliases aliases
|
||||
float
|
||||
str
|
||||
path
|
||||
package
|
||||
types.package
|
||||
]);
|
||||
in
|
||||
attrsOf atomType;
|
||||
|
||||
Reference in New Issue
Block a user