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 14dbbef commit c963671Copy full SHA for c963671
test/default.nix
@@ -7,7 +7,7 @@
7
permittedInsecurePackages = ["libdwarf-20210528" "libdwarf-20181024" "dwarfdump-20181024"];
8
};
9
overlays = haskellNix.nixpkgsArgs.overlays ++ [
10
- (final: prev: {
+ (final: _prev: {
11
libsodium = final.callPackage (haskellNix.sources.nixpkgs-2311 + "/pkgs/development/libraries/libsodium") {};
12
})
13
];
0 commit comments