drop toString in evalArgs - trying to fix CI
This commit is contained in:
parent
930b3e96b4
commit
a253033931
|
@ -66,7 +66,7 @@ let
|
|||
type = path;
|
||||
default = "${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";
|
||||
};
|
||||
userProfiles = mkOption {
|
||||
|
|
Loading…
Reference in a new issue