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 fb1e25e commit 6dc6604Copy full SHA for 6dc6604
flake.nix
@@ -306,8 +306,9 @@
306
307
hydraJobs =
308
lib.optionalAttrs (system != "aarch64-linux")
309
- ((mkCompilerPackageTreeWith builder smoke-test-package-versions system) //
310
- { inherit devShells; });
+ (mkCompilerPackageTreeWith builder smoke-test-package-versions system) //
+ lib.optionalAttrs (system == "x86_64-linux")
311
+ { inherit devShells; };
312
});
313
314
nixConfig = {
0 commit comments