Skip to content

Commit 78020ae

Browse files
committed
fix(ci): only build devshell on linux
aarch64 darwin has issues building all the postgresql with their extensions in parallel. `devShell` depends on `start-server` which depends on the `makePostgresDevSetup`which depends on all databases.
1 parent e3f9f24 commit 78020ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nix/checks.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,6 @@
295295
dbmate-tool
296296
pg_regress
297297
;
298-
devShell = self'.devShells.default;
299298
}
300299
// pkgs.lib.optionalAttrs (system == "aarch64-linux") {
301300
inherit (self'.packages)
@@ -312,6 +311,7 @@
312311
inherit self;
313312
inherit pkgs;
314313
};
314+
devShell = self'.devShells.default;
315315
};
316316
};
317317
}

0 commit comments

Comments
 (0)