From ec92b9a7d1a9d68486602e88238b30949706a994 Mon Sep 17 00:00:00 2001 From: Felix Suchert Date: Thu, 13 Apr 2023 21:50:52 +0200 Subject: [PATCH] Fix hydra job --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 4cba5d4..98b0f21 100644 --- a/flake.nix +++ b/flake.nix @@ -109,7 +109,7 @@ }); hydraJobs = { - mlir."x86_64-linux" = self.packages.${system}.mlir; + mlir."x86_64-linux" = self.packages."x86_64-linux".mlir; }; # The default package for 'nix build'. This makes sense if the