flake.nix: switch hydraJobs schema
This commit is contained in:
parent
618f72ad55
commit
38ecd78db1
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@
|
||||||
haskellPackages = pkgs.haskell.packages.${ghcVersion};
|
haskellPackages = pkgs.haskell.packages.${ghcVersion};
|
||||||
in
|
in
|
||||||
checks // {
|
checks // {
|
||||||
"yammat-${ghcVersion}" = haskellPackages.callPackage ./pkg.nix {};
|
"${ghcVersion}".yammat = haskellPackages.callPackage ./pkg.nix {};
|
||||||
}
|
}
|
||||||
) {} ghcVersions
|
) {} ghcVersions
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue