Skip to content

Commit 5084c7a

Browse files
committed
wb | force profiling none
1 parent 6fe5278 commit 5084c7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/pkgs.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ in with final;
141141
# Default values only ("run/current", 30000, profiling "none").
142142
profile = workbench.profile {
143143
inherit profileName;
144-
inherit (customConfig) profiling;
144+
profiling = "none";
145145
};
146146
backend = workbench.backend
147147
{ backendName = "nomadcloud";

0 commit comments

Comments
 (0)