Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1{ inputs, ... }: 2pkgs: 3let 4 rustBin = inputs.rust-overlay.lib.mkRustBin { } pkgs; 5in 6pkgs.callPackage ./build.nix { 7 crane = inputs.crane.mkLib pkgs; 8 rustToolchain = rustBin.fromRustupToolchainFile ../rust-toolchain.toml; 9}