File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 66, nixpkgsArgs ? haskellNix . nixpkgsArgs
77, pkgs ? import nixpkgs nixpkgsArgs
88, evalPackages ? import nixpkgs nixpkgsArgs
9- # This version is used to make our GitHub Action runners happy
10- # Using `nixpkgs-unstable` currently results in:
11- # version `GLIBCXX_3.4.30' not found
12- , nixpkgsForGitHubAction ? haskellNix . sources . nixpkgs-2211
13- , pkgsForGitHubAction ? import nixpkgsForGitHubAction ( nixpkgsArgs // { inherit ( pkgs ) system ; } )
149, ifdLevel ? 1000
1510, compiler-nix-name ? throw "No `compiler-nix-name` passed to build.nix"
1611, haskellNix ? ( import ./default.nix { } )
@@ -98,7 +93,7 @@ in rec {
9893 nix-tools = haskell . nix-tools-unchecked ; # includes cabal-install and default-setup
9994 } ;
10095 check-materialization-concurrency = pkgs . buildPackages . callPackage ./scripts/check-materialization-concurrency/check.nix { } ;
101- check-path-support = pkgsForGitHubAction . buildPackages . callPackage ./scripts/check-path-support.nix {
96+ check-path-support = pkgs . buildPackages . callPackage ./scripts/check-path-support.nix {
10297 inherit compiler-nix-name ;
10398 } ;
10499 } ;
You can’t perform that action at this time.
0 commit comments