Merge pull request #2315 from jcollie/nix-devshell-remove-tracy

nix: remove tracy from the devshell
This commit is contained in:
Mitchell Hashimoto
2024-09-28 14:55:43 -07:00
committed by GitHub
2 changed files with 0 additions and 4 deletions

View File

@ -30,8 +30,6 @@
pkgs-unstable = nixpkgs-unstable.legacyPackages.${system};
in {
devShell.${system} = pkgs-stable.callPackage ./nix/devShell.nix {
inherit (pkgs-unstable) tracy;
zig = zig.packages.${system}."0.13.0";
wraptest = pkgs-stable.callPackage ./nix/wraptest.nix {};
};

View File

@ -14,7 +14,6 @@
python3,
qemu,
scdoc,
tracy,
valgrind,
#, vulkan-loader # unused
vttest,
@ -100,7 +99,6 @@ in
# Testing
parallel
python3
tracy
vttest
hyperfine