Revert "drop toString in evalArgs - trying to fix CI"

This reverts commit a253033931.
This commit is contained in:
Timothy DeHerrera 2021-04-08 21:18:08 -06:00
parent eaff91c0f9
commit 18dbc7d0e4
No known key found for this signature in database
GPG key ID: 8985725DB5B0C122

View file

@ -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 {