From 38ecd78db16061b3c4dd5814b586f281a56cb304 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 12 Mar 2021 02:19:33 +0100 Subject: [PATCH] flake.nix: switch hydraJobs schema --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 64dded4..08b94b3 100644 --- a/flake.nix +++ b/flake.nix @@ -29,7 +29,7 @@ haskellPackages = pkgs.haskell.packages.${ghcVersion}; in checks // { - "yammat-${ghcVersion}" = haskellPackages.callPackage ./pkg.nix {}; + "${ghcVersion}".yammat = haskellPackages.callPackage ./pkg.nix {}; } ) {} ghcVersions );