flake.nix: switch hydraJobs schema

This commit is contained in:
Astro 2021-03-12 02:19:33 +01:00
parent 618f72ad55
commit 38ecd78db1
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
haskellPackages = pkgs.haskell.packages.${ghcVersion};
in
checks // {
"yammat-${ghcVersion}" = haskellPackages.callPackage ./pkg.nix {};
"${ghcVersion}".yammat = haskellPackages.callPackage ./pkg.nix {};
}
) {} ghcVersions
);