Skip to content

Commit 0d44141

Browse files
PetarKirovMartinNikov
authored andcommitted
fix(mcl/commands/ci): Remove wrong flake attr path adjustment
1 parent 897a00e commit 0d44141

File tree

1 file changed

+0
-4
lines changed
  • packages/mcl/src/src/mcl/commands

1 file changed

+0
-4
lines changed

packages/mcl/src/src/mcl/commands/ci.d

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@ export void ci(string[] args)
3232
{
3333
params.flakePre = "checks";
3434
}
35-
if (params.flakePost != "")
36-
{
37-
params.flakePost = "." ~ params.flakePost;
38-
}
3935
string cachixUrl = "https://" ~ params.cachixCache ~ ".cachix.org";
4036
version (AArch64) {
4137
string arch = "aarch64";

0 commit comments

Comments
 (0)