Skip to content

Commit 1ec7d58

Browse files
committed
Update check-path-support
1 parent b193bf0 commit 1ec7d58

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.nix

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
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
};

0 commit comments

Comments
 (0)