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