d4f404ded33bec98641d073797a6cbd9cf52dd6c
This helps users to debug whether their current profile symlinks are correctly set. Expected outputs look like this: ``` ❯ sudo ./outputs/out/bin/nix doctor [snip] [PASS] All profiles are gcroots. [PASS] Client protocol matches store protocol. [INFO] You are trusted by store uri: local [FAIL] Error: current generation cannot be discovered for profile: '/nix/var/nix/profiles/default' ``` ``` ❯ ./outputs/out/bin/nix doctor [snip] [PASS] All profiles are gcroots. [PASS] Client protocol matches store protocol. [INFO] You are trusted by store uri: daemon [PASS] You have 28 generations for profile '/nix/var/nix/profiles/per-user/raito/profile' The current generation number is '290' ``` Change-Id: I50c69cbeac3291d668f4c2332803411579adc944 Signed-off-by: Raito Bezarius <raito@lix.systems> Co-authored-by: Qyriad <qyriad@qyriad.me>
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%