Skip to content

Commit 2ea9809

Browse files
committed
Fix for buildkite
1 parent bf26f48 commit 2ea9809

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

test/default.nix

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{ haskellNix ? import ../default.nix { inherit checkMaterialization; }
22
, pkgs ? import nixpkgs nixpkgsArgs
33
, nixpkgs ? haskellNix.sources.nixpkgs-unstable
4-
, nixpkgsArgs ? haskellNix.nixpkgsArgs
4+
, nixpkgsArgs ? haskellNix.nixpkgsArgs // {
5+
# Needed for dwarf tests
6+
config = haskellNix.nixpkgsArgs.config // {
7+
permittedInsecurePackages = ["libdwarf-20210528" "libdwarf-20181024" "dwarfdump-20181024"];
8+
};
9+
}
510
, ifdLevel ? 1000
611
, compiler-nix-name
712
, CADerivationsEnabled ? false

0 commit comments

Comments
 (0)