no renderdoc

This commit is contained in:
Rakarake 2026-02-28 03:50:26 +01:00
parent 60abe76709
commit 56c8aefda3

View file

@ -28,10 +28,7 @@
devShell = pkgs.mkShell { devShell = pkgs.mkShell {
packages = packages =
defaultPackage.nativeBuildInputs ++ defaultPackage.nativeBuildInputs ++
defaultPackage.buildInputs ++ defaultPackage.buildInputs;
(with pkgs; [
renderdoc
]);
}; };
} }
); );