Add hydra jobset

This commit is contained in:
Felix Suchert 2023-04-14 11:08:34 +02:00
parent dec3d61037
commit 74c441cc29
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 8 additions and 3 deletions

View file

@ -2,11 +2,11 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1674692158,
"narHash": "sha256-oqGpwVg4D+eMSgF7Th5Ve1ysCiH3H3g85vGJ3nvJsZQ=",
"lastModified": 1681269223,
"narHash": "sha256-i6OeI2f7qGvmLfD07l1Az5iBL+bFeP0RHixisWtpUGo=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "def9e420d27c951026d57dc96ce0218c3131f412",
"rev": "87edbd74246ccdfa64503f334ed86fa04010bab9",
"type": "github"
},
"original": {

View file

@ -164,6 +164,11 @@
inherit (nixpkgsFor.${system}) circt;
});
hydraJobs = {
mlir."x86_64-linux" = self.packages."x86_64-linux".mlir;
circt."x86_64-linux" = self.packages."x86_64-linux".circt;
};
# The default package for 'nix build'. This makes sense if the
# flake provides only one package or there is a clear "main"
# package.