use stable zed-editor to stop uncached builds

This commit is contained in:
Noah Masur
2025-12-25 17:22:12 -07:00
parent f1c8e26044
commit a99c14a8c2
2 changed files with 2 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ in
config = lib.mkIf cfg.enable {
programs.zed-editor = {
enable = true;
package = pkgs.stable.zed-editor;
extensions = [
"nix"