diff --git a/flake.nix b/flake.nix index 31ffc3d..13de3f1 100644 --- a/flake.nix +++ b/flake.nix @@ -32,10 +32,10 @@ # Used by `nix develop` devShells.default = pkgs.mkShell rec { shellHook = ''export LD_LIBRARY_PATH="$LD_LIBRARY_PATH:${pkgs.lib.makeLibraryPath [ - pkgs.openssl + pkgs.openssl_3_3 ]}"''; buildInputs = with pkgs; [ - openssl mold clang pkg-config + openssl_3_3 mold clang pkg-config ]; }; }