Skip to content

Commit 6dc6604

Browse files
hamishmackcoot
authored andcommitted
Only build the devShell for x86_64-linux
1 parent fb1e25e commit 6dc6604

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

flake.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,8 +306,9 @@
306306

307307
hydraJobs =
308308
lib.optionalAttrs (system != "aarch64-linux")
309-
((mkCompilerPackageTreeWith builder smoke-test-package-versions system) //
310-
{ inherit devShells; });
309+
(mkCompilerPackageTreeWith builder smoke-test-package-versions system) //
310+
lib.optionalAttrs (system == "x86_64-linux")
311+
{ inherit devShells; };
311312
});
312313

313314
nixConfig = {

0 commit comments

Comments
 (0)