nix: remove tracy from flake.nix

pull/2315/head
Jeffrey C. Ollie 2024-09-28 12:56:39 -05:00
parent cadca8ca45
commit 0a3ca77296
No known key found for this signature in database
GPG Key ID: 6F86035A6D97044E
1 changed files with 0 additions and 2 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 {};
};