We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 538a59f commit 550f032Copy full SHA for 550f032
default.nix
@@ -7,7 +7,7 @@ in
7
withHoogle ? defaultCustomConfig.withHoogle
8
, profileData ? null
9
, profileName ? if profileData != null then profileData.profileName
10
- else defaultCustomConfig.localCluster.profileName;
+ else defaultCustomConfig.localCluster.profileName
11
, workbenchDevMode ? defaultCustomConfig.localCluster.workbenchDevMode
12
, workbenchStartArgs ? defaultCustomConfig.localCluster.workbenchStartArgs
13
, customConfig ? {
0 commit comments