Revert "use cranelib devshell"

This reverts commit 341424f663.
This commit is contained in:
cy 2025-04-01 12:40:28 -04:00
parent 341424f663
commit 6fc3b1c0bc
Signed by: cy
SSH key fingerprint: SHA256:o/geVWV4om1QhUSkKvDQeW/eAihwnjyXkqMwrVdbuts

View file

@ -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
];