nix: Separate debug output (#27871)

This makes it easier to iterate on the nix flake by adding a package
which builds zed in debug mode rather than release

Release Notes:

- N/A
This commit is contained in:
Julia Ryan 2025-04-01 14:19:10 -07:00 committed by GitHub
parent 2d05537b59
commit 1567967309
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 18 additions and 30 deletions

View file

@ -1,5 +1,4 @@
{
lib,
mkShell,
stdenv,
stdenvAdapters,