Skip to content

Commit b302c7a

Browse files
authored
roots and coverage should be in hydraJobs (#1742)
Not hydraJobs.hydraJobs
1 parent e49b05c commit b302c7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

overlays/haskell.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -800,8 +800,8 @@ final: prev: {
800800
stack-nix = checkedProject.stack-nix;
801801
} // {
802802
# Build tools and cache tools needed for the project
803-
hydraJobs.roots = project.roots;
804-
hydraJobs.coverage =
803+
roots = project.roots;
804+
coverage =
805805
let
806806
coverageProject = project.appendModule [
807807
project.args.flake.coverage

0 commit comments

Comments
 (0)