mirror of
https://github.com/Feliix42/mlir.nix.git
synced 2024-11-21 18:36:29 +00:00
Fix hydra job
This commit is contained in:
parent
3367b02bd1
commit
47f845293c
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@
|
|||
});
|
||||
|
||||
hydraJobs = {
|
||||
mlir."x86_64-linux" = self.packages.mlir;
|
||||
mlir."x86_64-linux" = self.packages.${system}.mlir;
|
||||
};
|
||||
|
||||
# The default package for 'nix build'. This makes sense if the
|
||||
|
|
Loading…
Reference in a new issue