3c8096e5cb94fcb0a007d3f5af94addb6ffc3e5d
This adds a new temp-dir setting for controlling the temporary directory without having to change the TMPDIR env var. This can be used to e.g. use a path on a case-sensitive store on macOS for temporary files without changing the TMPDIR var used by interactive shells or commands invoked with `nix run`. This also stops unsetting `TMPDIR` on darwin when the env var value starts with `/var/folders/`, preferring instead to just do the check when reading `TMPDIR`. This way the inherited `TMPDIR` env var is preserved for child processes (such as interactive shells). As a side effect this changes the behavior of `nix-build -o ''` to act like `nix-build --no-out-link` instead of failing with an error caused by trying to create a symlink at the cwd. Fixes: https://git.lix.systems/lix-project/lix/issues/253 Fixes: https://git.lix.systems/lix-project/lix/issues/112 Change-Id: I9ee826323f2deca62854715a77ca7a373a948a29
Lix
Lix is an implementation of Nix, a powerful package management system for Linux and other Unix systems that makes package management reliable and reproducible.
Read more about us at https://lix.systems.
Installation
On Linux and macOS the easiest way to install Lix is to run the following shell command (as a user other than root):
$ curl -sSf -L https://install.lix.systems/lix | sh -s -- install
For systems that already have a Nix implementation installed, such as NixOS systems, read our install page
Building And Developing
See our Hacking guide in our manual for instruction on how to to set up a development environment and build Lix from source.
Additional Resources
License
Lix is released under LGPL-2.1-or-later.
Description
Working fork of Lix - carries the adaptive load-aware build-remote patch. Upstream: gerrit.lix.systems
92 MiB
Languages
C++
74.9%
Python
11.7%
Nix
6.1%
Shell
3.6%
Meson
2%
Other
1.6%