We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf26f48 commit 2ea9809Copy full SHA for 2ea9809
test/default.nix
@@ -1,7 +1,12 @@
1
{ haskellNix ? import ../default.nix { inherit checkMaterialization; }
2
, pkgs ? import nixpkgs nixpkgsArgs
3
, nixpkgs ? haskellNix.sources.nixpkgs-unstable
4
-, nixpkgsArgs ? haskellNix.nixpkgsArgs
+, nixpkgsArgs ? haskellNix.nixpkgsArgs // {
5
+ # Needed for dwarf tests
6
+ config = haskellNix.nixpkgsArgs.config // {
7
+ permittedInsecurePackages = ["libdwarf-20210528" "libdwarf-20181024" "dwarfdump-20181024"];
8
+ };
9
+ }
10
, ifdLevel ? 1000
11
, compiler-nix-name
12
, CADerivationsEnabled ? false
0 commit comments