We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b08e5a commit 1629158Copy full SHA for 1629158
packages/mcl/src/src/mcl/utils/cachix.d
@@ -10,8 +10,7 @@ import std.format : fmt = format;
10
import std.json : JSONValue;
11
import std.typecons : tuple;
12
13
-string getCachixDeploymentApiUrl(string workspace, string machine, uint deploymentId)
14
-in (workspace && machine && deploymentId) =>
+string getCachixDeploymentApiUrl(string workspace, string machine, uint deploymentId) =>
15
"https://app.cachix.org/api/v1/deploy/deployment/%s/%s/%s"
16
.fmt(workspace, machine, deploymentId);
17
0 commit comments