about summary refs log tree commit diff
path: root/src/tools/nix-dev-shell/shell.nix
AgeCommit message (Collapse)AuthorLines
2025-08-31fixup nix dev shell againWaffle Lapkin-0/+3
2025-08-15add static glibc to the nix dev shellWaffle Lapkin-0/+1
this fixes `tests/ui/process/nofile-limit.rs` which fails to link on nixos for me without this change
2025-04-17Deduplicate nix codeRoss Smyth-15/+23
And clean it up a little.
2024-12-10provide `libz.so.1` in the `nix-dev-shell`Waffle Lapkin-3/+2
`libz.so.1` is needed for some (?) things... i personally found myself in need of it when running `x t linkchecker`, which failed when running cargo build script or something. although there are also mentions of rustc itself needing it: <https://github.com/NixOS/nixpkgs/issues/92946>
2024-09-21Add an option of using nix-shell instead of nix flakeMaybe Lapkin-0/+19