Skip to content

Commit 14dbbef

Browse files
committed
Pin libsodium for GHA as well
1 parent 08b3156 commit 14dbbef

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

test/default.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
config = haskellNix.nixpkgsArgs.config // {
77
permittedInsecurePackages = ["libdwarf-20210528" "libdwarf-20181024" "dwarfdump-20181024"];
88
};
9+
overlays = haskellNix.nixpkgsArgs.overlays ++ [
10+
(final: prev: {
11+
libsodium = final.callPackage (haskellNix.sources.nixpkgs-2311 + "/pkgs/development/libraries/libsodium") {};
12+
})
13+
];
914
}
1015
, evalPackages ? import pkgs.path nixpkgsArgs
1116
, ifdLevel ? 1000

0 commit comments

Comments
 (0)