drop toString in evalArgs - trying to fix CI

This commit is contained in:
Pacman99 2021-04-06 17:33:05 -07:00
parent 930b3e96b4
commit a253033931
1 changed files with 1 additions and 1 deletions

View File

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