A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community
Find a file
eldritch horrors b40369942c libstore: make Worker::childStarted private
this can be a proper WorkResult now. childTerminated is unfortunately a
lot more stubborn and won't be made private for quite a while yet. once
we can get rid of the Worker poll loop that *should* be possible though

Change-Id: I2218df202da5cb84e852f6a37e4c20367495b617
2024-08-19 09:13:44 +00:00
.github
bench
contrib
doc doc: fix broken meson deps for various manuals outputs 2024-08-18 15:19:15 -07:00
lix-doc
maintainers rl-next: fix incorrect CL list syntax 2024-08-09 19:03:08 -07:00
meson build: limit clang-tidy concurrency and respect NIX_BUILD_CORES 2024-08-18 15:39:05 -07:00
misc build: remove expect as a dependency 2024-08-10 16:10:16 -07:00
nix-support
perl
releng
scripts
src libstore: make Worker::childStarted private 2024-08-19 09:13:44 +00:00
subprojects
tests libexpr: Deprecate URL literals 2024-08-17 20:31:57 +02:00
.clang-format
.clang-tidy
.dir-locals.el
.editorconfig
.envrc
.gitignore
.this-is-lix
CONTRIBUTING.md
COPYING
default.nix
docker.nix
flake.lock
flake.nix
justfile
meson.build meson: Don't use target_machine 2024-08-16 14:24:03 +00:00
meson.options
package.nix build: remove expect as a dependency 2024-08-10 16:10:16 -07:00
README.md README: clarify license to match documentation 2024-08-10 16:11:58 -07:00
shell.nix
treefmt.toml
version.json Update version to 2.92 2024-08-12 18:06:08 -07:00

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.