Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1{ inputs, ... }: 2{ 3 flake.overlays.default = 4 final: _: 5 let 6 mkZed = import ../toolchain.nix { inherit inputs; }; 7 in 8 { 9 zed-editor = mkZed final; 10 }; 11}