Add hydra job

This commit is contained in:
Felix Suchert 2023-04-13 21:46:33 +02:00
parent 904defc1d0
commit 3367b02bd1
Signed by: feliix42
GPG key ID: 24363525EA0E8A99

View file

@ -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.