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 c7f9443 commit 4399b57Copy full SHA for 4399b57
ci.nix
@@ -18,7 +18,7 @@
18
nixpkgsArgs = haskellNix.nixpkgsArgs // {
19
# Needed for dwarf tests
20
config = haskellNix.nixpkgsArgs.config // {
21
- permittedInsecurePackages = [ "libdwarf-20210528" "dwarfdump-20181024" ];
+ permittedInsecurePackages = ["libdwarf-20210528" "libdwarf-20181024" "dwarfdump-20181024"];
22
};
23
24
compilerNixNames = nixpkgsName: nixpkgs: builtins.mapAttrs (compiler-nix-name: runTests: {
0 commit comments