Compare commits

...

3 commits

Author SHA1 Message Date
ec92b9a7d1
Fix hydra job 2023-04-13 21:51:28 +02:00
47f845293c
Fix hydra job 2023-04-13 21:49:42 +02:00
3367b02bd1
Add hydra job 2023-04-13 21:46:33 +02:00

View file

@ -108,6 +108,10 @@
inherit (nixpkgsFor.${system}) mlir; 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 # 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.