mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-22 10:46:29 +00:00
Add hydra jobset
This commit is contained in:
parent
dec3d61037
commit
74c441cc29
2 changed files with 8 additions and 3 deletions
|
@ -2,11 +2,11 @@
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1674692158,
|
"lastModified": 1681269223,
|
||||||
"narHash": "sha256-oqGpwVg4D+eMSgF7Th5Ve1ysCiH3H3g85vGJ3nvJsZQ=",
|
"narHash": "sha256-i6OeI2f7qGvmLfD07l1Az5iBL+bFeP0RHixisWtpUGo=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "def9e420d27c951026d57dc96ce0218c3131f412",
|
"rev": "87edbd74246ccdfa64503f334ed86fa04010bab9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -164,6 +164,11 @@
|
||||||
inherit (nixpkgsFor.${system}) circt;
|
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
|
# The default package for 'nix build'. This makes sense if the
|
||||||
# flake provides only one package or there is a clear "main"
|
# flake provides only one package or there is a clear "main"
|
||||||
# package.
|
# package.
|
||||||
|
|
Loading…
Reference in a new issue