Skip to content

Commit bf98104

Browse files
committed
Set evalSystem to linux for nix-tools hydra jobs
1 parent d7c753f commit bf98104

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

nix-tools/flake.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
hydraJobs = forAllSystems
7979
(pkgs:
8080
# project's hydraJobs
81-
pkgs.nix-tools.project.flake'.hydraJobs
81+
pkgs.nix-tools-unchecked.project.flake'.hydraJobs
8282
# tarballs with static builds.
8383
// lib.optionalAttrs (pkgs.buildPlatform.system == "x86_64-linux")
8484
{ binary-tarball = mkTarball pkgs.pkgsCross.musl64; }

nix-tools/overlay.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let
2323
# tests need to fetch hackage
2424
configureArgs = final.lib.mkDefault "--disable-tests";
2525

26-
evalPackages = final.buildPackages;
26+
evalSystem = builtins.currentSystem or "x86_64-linux";
2727

2828
# Tools to include in the development shell
2929
shell.tools.cabal = "latest";

0 commit comments

Comments
 (0)