update nix to 23.05 (#250)

* update nix to 23.05

* nix: do not install gdb on macos
This commit is contained in:
Mitchell Hashimoto
2023-08-08 09:01:47 -07:00
committed by GitHub
parent 8f69a9c55d
commit c2137360f4
3 changed files with 9 additions and 9 deletions

View File

@@ -76,7 +76,6 @@ in mkShell rec {
nodejs
# Testing
gdb
parallel
python3
tracy
@@ -90,6 +89,7 @@ in mkShell rec {
debugedit
flatpak-builder
gdb
valgrind
wraptest
];