zed/nix
Jakub Konka 5289bea46e
nix: Coerce rel path to cargo wrapper script into abs path (#50919)
This allows you to now re-use our Zed flake in different side projects
with cargo wrapper script having its path correctly resolved.

Say you have this dir structure:

```
$HOME/dev/zed
$HOME/dev/something
```

Then this now works:

```
$ cd $HOME/dev/something
$ nix develop ../zed
$ cargo version
cargo 1.93.0 (083ac5135 2025-12-15)
```

Release Notes:

- N/A
2026-03-06 11:53:14 +01:00
..
dev nix: Use flake-parts, partitions, and treefmt-nix (#45321) 2026-02-02 14:26:42 +00:00
livekit-libwebrtc nix: Hide pipewire lazy trampolines in libwebrtc when linking as SO (#50743) 2026-03-04 23:14:06 +01:00
modules nix: Coerce rel path to cargo wrapper script into abs path (#50919) 2026-03-06 11:53:14 +01:00
build.nix livekit: Correctly handle runtime deps: libva and libva-drm (#50527) 2026-03-03 10:25:01 +01:00
toolchain.nix nix: Use flake-parts, partitions, and treefmt-nix (#45321) 2026-02-02 14:26:42 +00:00