mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-22 11:46:11 +03:00
Merge pull request #2315 from jcollie/nix-devshell-remove-tracy
nix: remove tracy from the devshell
This commit is contained in:
@ -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 {};
|
||||
};
|
||||
|
@ -14,7 +14,6 @@
|
||||
python3,
|
||||
qemu,
|
||||
scdoc,
|
||||
tracy,
|
||||
valgrind,
|
||||
#, vulkan-loader # unused
|
||||
vttest,
|
||||
@ -100,7 +99,6 @@ in
|
||||
# Testing
|
||||
parallel
|
||||
python3
|
||||
tracy
|
||||
vttest
|
||||
hyperfine
|
||||
|
||||
|
Reference in New Issue
Block a user