Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Dec 14, 2024
1 parent 88c46ed commit a22f019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
inherit system;
overlays = [
(final: prev: {
openssl-oc = osuper.openssl_3_0;
openssl-oc = prev.openssl_3_0;
ocamlPackages = prev.ocamlPackages.overrideScope' (oself: osuper: {
ctypes-foreign = osuper.ctypes-foreign.overrideAttrs (_: { doCheck = false; });
ctypes = osuper.ctypes.overrideAttrs (_: { doCheck = false; });
Expand Down

0 comments on commit a22f019

Please sign in to comment.