zed/nix
Marek Fajkus eda7e88fd4
nix: Fix (potential) glibc errors in dev shell (#17974)
Previously the rustc and cargo did were not declared dependencies
supplied to devshell. This means that shell relied some impure cargo and
rustc version found in the system. This lead to issues with GLIBC
version on systems which have different GLIBC version globally.

This package exposes nixpkgs rustc and cargo version into the shell
preventing issues with incompatibility.

Release Notes:

- N/A
2024-09-18 12:51:11 -04:00
..
build.nix Add missing cmake dependency to Nix build (#17968) 2024-09-17 16:28:52 -04:00
shell.nix nix: Fix (potential) glibc errors in dev shell (#17974) 2024-09-18 12:51:11 -04:00