drop toString in evalArgs - trying to fix CI
This commit is contained in:
parent
930b3e96b4
commit
a253033931
@ -66,7 +66,7 @@ let
|
|||||||
type = path;
|
type = path;
|
||||||
default = "${self}/profiles";
|
default = "${self}/profiles";
|
||||||
defaultText = "\${self}/profiles";
|
defaultText = "\${self}/profiles";
|
||||||
apply = x: os.mkProfileAttrs (toString x);
|
apply = x: os.mkProfileAttrs (x);
|
||||||
description = "path to profiles folder that can be collected into suites";
|
description = "path to profiles folder that can be collected into suites";
|
||||||
};
|
};
|
||||||
userProfiles = mkOption {
|
userProfiles = mkOption {
|
||||||
|
Loading…
Reference in New Issue
Block a user