about summary refs log tree commit diff
path: root/src/tools/nix-dev-shell
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-50/+111
And clean it up a little.
2024-12-30chore: fix typosHoru-2/+2
2024-12-10provide `libz.so.1` in the `nix-dev-shell`Waffle Lapkin-6/+4
`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-12-10remove instructions to git exclude files in `src/nix-dev-shell/envrc-*`Waffle Lapkin-2/+2
this is no longer needed as `.gitignore` contains both `/.envrc` and `flake.lock` (and also `/.direnv/`)
2024-11-28add instructions for generating `flake.lock` to `envrc-flake`Maybe Lapkin-1/+1
Previous setup instructions did not work without. (i.e. the envrc would not do anything, `nix flake show..` would provide unhelpful error)
2024-09-21Add an option of using nix-shell instead of nix flakeMaybe Lapkin-0/+34
2024-09-20Add flake.nix and .envrcMaybe Lapkin-0/+105