Skip to content

Commit 08b3156

Browse files
committed
Fix libsodium pin
1 parent 42a2f00 commit 08b3156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
haskell-nix = prev.haskell-nix // {
3535
inherit checkMaterialization;
3636
};
37-
inherit (import inputs.nixpkgs-2311 { system = final.system; }) libsodium;
37+
libsodium = final.callPackage (inputs.nixpkgs-2311 + "/pkgs/development/libraries/libsodium") {};
3838
})
3939
];
4040
# Needed for dwarf tests

0 commit comments

Comments
 (0)