Skip to content

Commit

Permalink
Build devShells on hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
hamishmack committed Nov 19, 2024
1 parent ea6a750 commit 1454061
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@

hydraJobs =
lib.optionalAttrs (system != "aarch64-linux")
(mkCompilerPackageTreeWith builder smoke-test-package-versions);
(mkCompilerPackageTreeWith builder smoke-test-package-versions)
// { devShells = devShells; };
});

nixConfig = {
Expand Down

0 comments on commit 1454061

Please sign in to comment.