nix develop nix
makes clangd fill up XDG_RUNTIME_DIR
tmpfs
#10430
Labels
bug
contributor-experience
Developer experience for Nix contributors
flakes
new-cli
Relating to the "nix" command
nix-shell
nix-shell, nix develop, nix print-dev-env, etc
Describe the bug
nix develop
changesTMPDIR
to point to/run/user/1000
(typically), which is atmpfs
of limited size.When programs, such as
clangd
, which we use for hacking on Nix itself, dump non-trivial amounts of information intoTMPDIR
, it causes various issues with not just the nix shell, but desktop programs as well.Steps To Reproduce
.#native-clangStdenvPackages
shell, on NixOSclangd
may generate a bunch of large.pch
files, and put them in the undersized/run/user/1000
directory.Expected behavior
Shell uses the normal tmpdir, which is larger.
nix-env --version
outputAdditional context
Priorities
Add 👍 to issues you find important.
The text was updated successfully, but these errors were encountered: