Skip to content

Commit

Permalink
Merge pull request #302 from sheepforce/testing
Browse files Browse the repository at this point in the history
nix: add turbomole and orca checks
  • Loading branch information
eljost authored May 16, 2024
2 parents 6f77f40 + aeb8efd commit 0f9ecf5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@
}) // {
overlays.default = import ./nix/overlay.nix;

hydraJobs = self.checks;
hydraJobs = self.checks // {
x86_64-linux = {
pysisyphusTurbomole = self.packages.x86_64-linux.pysisyphusTurbomole;
pysisyphusOrca = self.packages.x86_64-linux.pysisyphusOrca;
};
};
};
}

0 comments on commit 0f9ecf5

Please sign in to comment.