mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-21 18:36:29 +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;
|
||||
});
|
||||
|
||||
hydraJobs = {
|
||||
mlir."x86_64-linux" = self.packages.mlir;
|
||||
};
|
||||
|
||||
# The default package for 'nix build'. This makes sense if the
|
||||
# flake provides only one package or there is a clear "main"
|
||||
# package.
|
||||
|
|
Loading…
Reference in a new issue