mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-23 11:06:31 +00:00
Compare commits
3 commits
904defc1d0
...
ec92b9a7d1
Author | SHA1 | Date | |
---|---|---|---|
ec92b9a7d1 | |||
47f845293c | |||
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."x86_64-linux".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