Skip to content

Commit

Permalink
drop toString in evalArgs - trying to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Pacman99 committed Apr 7, 2021
1 parent 930b3e9 commit a253033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mkFlake/evalArgs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit a253033

Please sign in to comment.