File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 7878 hydraJobs = forAllSystems
7979 ( pkgs :
8080 # project's hydraJobs
81- pkgs . nix-tools-unchecked . project . flake' . hydraJobs
81+ pkgs . nix-tools-eval-on-linux . project . flake' . hydraJobs
8282 # tarballs with static builds.
8383 // lib . optionalAttrs ( pkgs . buildPlatform . system == "x86_64-linux" )
8484 { binary-tarball = mkTarball pkgs . pkgsCross . musl64 ; }
Original file line number Diff line number Diff line change 99
1010 nix-tools-unchecked = nix-tools-set { } ;
1111
12+ nix-tools-eval-on-linux = nix-tools-set {
13+ evalSystem = builtins . currentSystem or "x86_64-linux" ;
14+ } ;
15+
1216 nix-tools-set = args :
1317 let
1418 project = final . haskell-nix . cabalProject'
2327 # tests need to fetch hackage
2428 configureArgs = final . lib . mkDefault "--disable-tests" ;
2529
26- evalSystem = builtins . currentSystem or "x86_64-linux" ;
27-
2830 # Tools to include in the development shell
2931 shell . tools . cabal = "latest" ;
3032 }
8385 toolset // warning ;
8486in
8587{
86- inherit nix-tools nix-tools-unchecked nix-tools-set ;
88+ inherit nix-tools nix-tools-unchecked nix-tools-eval-on-linux nix-tools- set;
8789}
You can’t perform that action at this time.
0 commit comments