From 6fc3b1c0bc808da061dd1b55be8cb8e75920d914 Mon Sep 17 00:00:00 2001 From: cy Date: Tue, 1 Apr 2025 12:40:28 -0400 Subject: [PATCH] Revert "use cranelib devshell" This reverts commit 341424f663ab7ab5ad8e71b90d11a73670f5ab89. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 38af66d..53b074e 100644 --- a/flake.nix +++ b/flake.nix @@ -23,7 +23,7 @@ craneLib = (crane.mkLib pkgs).overrideToolchain(p: p.rust-bin.fromRustupToolchainFile ./rust-toolchain.toml); in { - devShells.default = craneLib.devShell { + devShells.default = pkgs.mkShell { nativeBuildInputs = with pkgs; [ pkg-config ];