Skip to content

Commit fb1e25e

Browse files
hamishmackcoot
authored andcommitted
Build devShell on hydra
1 parent 5c6bd84 commit fb1e25e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@
306306

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

312313
nixConfig = {

0 commit comments

Comments
 (0)