Skip to content

Commit c963671

Browse files
Update test/default.nix
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 14dbbef commit c963671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
permittedInsecurePackages = ["libdwarf-20210528" "libdwarf-20181024" "dwarfdump-20181024"];
88
};
99
overlays = haskellNix.nixpkgsArgs.overlays ++ [
10-
(final: prev: {
10+
(final: _prev: {
1111
libsodium = final.callPackage (haskellNix.sources.nixpkgs-2311 + "/pkgs/development/libraries/libsodium") {};
1212
})
1313
];

0 commit comments

Comments
 (0)