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 {
packages =
defaultPackage.nativeBuildInputs ++
defaultPackage.buildInputs ++
(with pkgs; [
renderdoc
]);
defaultPackage.buildInputs;
};
}
);