From e09f680b48f99f47e7cb8fe6e0bfdbd12e285944 Mon Sep 17 00:00:00 2001 From: Fuwn Date: Mon, 30 Sep 2024 02:54:00 +0000 Subject: chore(nix-shell): soft-pin build inputs --- shell.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/shell.nix b/shell.nix index 55c7650..6647728 100644 --- a/shell.nix +++ b/shell.nix @@ -3,8 +3,9 @@ }: pkgs.mkShell { buildInputs = with pkgs; [ - libressl + libressl_3_9 ninja - clang + clang_19 + (llvmPackages_19.clang-tools.override { enableLibcxx = true; }) ]; } -- cgit v1.2.3