mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-22 02:36:31 +00:00
Add hydra job
This commit is contained in:
parent
904defc1d0
commit
3367b02bd1
1 changed files with 4 additions and 0 deletions
|
@ -108,6 +108,10 @@
|
||||||
inherit (nixpkgsFor.${system}) mlir;
|
inherit (nixpkgsFor.${system}) mlir;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
hydraJobs = {
|
||||||
|
mlir."x86_64-linux" = self.packages.mlir;
|
||||||
|
};
|
||||||
|
|
||||||
# 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