Skip to content

Commit b921ff8

Browse files
authored
fix profilingDetail errors when enabling profiling (#493)
1 parent 9fbf93e commit b921ff8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/plan.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ let
149149
};
150150

151151
profilingDetail = mkOption {
152-
type = nullOr str;
152+
type = nullOr uniqueStr;
153153
default = (def.profilingDetail or "exported-functions");
154154
};
155155

0 commit comments

Comments
 (0)