Skip to content

Commit

Permalink
Move to hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
t4ccer committed Aug 10, 2022
1 parent 4fc224e commit e7abb51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mlabs/flake.nix
Expand Up @@ -174,6 +174,6 @@
# Includes all of the packages in the `checks`, otherwise only the
# test suite would be included
checks = perSystem (system: self.flake.${system}.checks);
hydraJobs.x86_64-linux = self.checks.x86_64-linux;
hydraJobs.checks.x86_64-linux = self.checks.x86_64-linux;
};
}

0 comments on commit e7abb51

Please sign in to comment.