fix broken devShell

The use of a fakecmake in the main step of the Rosenpass build removed real CMake from the devShell, essentially breaking cargo build from within it. This commit fixes that, by explicitly placing the real CMake in the devShell's nativeBuildInputs.
This commit is contained in:
wucke13
2023-06-17 22:41:56 +02:00
parent b0332971df
commit d21e3af1bb

View File

@@ -312,6 +312,7 @@
inherit (packages.rosenpass) RUST_MIN_STACK;
inputsFrom = [ packages.default ];
nativeBuildInputs = with pkgs; [
cmake # override the fakecmake from the main step above
cargo-release
clippy
nodePackages.prettier