42691f0d943b43842e69b76608cbe4416e35e94e
The functional2 test suite was broken in the development shell for two mostly separate reasons leading to "no such file or directory" errors: * The `BUILD_TEST_SHELL` (already containing the correct path) would always be set from the Meson option `build_test_shell`, even to the empty string if that option is not set. Skip the overwrite in this case to make the environment variable work again. * Sandboxed builds would fail to find their builder `/bin/sh`, since in the development shell busybox is not found, so no sandbox shell gets configured. Use the shell from `BUILD_TEST_SHELL` instead. (How this does not break the old functional tests remains a mystery.) Change-Id: I6a6a696424e8caaef3f9b68e3738bfd58ea0b056
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 set up a development environment and build Lix from source.
Additional Resources
- The Lix reference manual:
- Our wiki
- Matrix - #space:lix.systems
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%