diff --git a/flake.nix b/flake.nix index 08b94b3..2bf68ef 100644 --- a/flake.nix +++ b/flake.nix @@ -16,8 +16,9 @@ checks = packages; - hydraJobs = forSystems (system: + hydraJobs = let + system = builtins.head systems; pkgs = nixpkgs.legacyPackages.${system}; ghcVersions = builtins.filter (p: @@ -31,8 +32,7 @@ checks // { "${ghcVersion}".yammat = haskellPackages.callPackage ./pkg.nix {}; } - ) {} ghcVersions - ); + ) {} ghcVersions; devShell = forSystems (system: import ./shell.nix {