use cranelib devshell

This commit is contained in:
cy 2025-04-01 12:10:24 -04:00
parent 99d753091a
commit 341424f663
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 = pkgs.mkShell {
devShells.default = craneLib.devShell {
nativeBuildInputs = with pkgs; [
pkg-config
];