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
kloenk bcc12e53e2
libmain: add progress bar with multiple status lines
Add the log-formats `multiline` and `multiline-with-logs` which offer
multiple current active building status lines.

Change-Id: Idd8afe62f8591b5d8b70e258c5cefa09be4cab03
2024-06-12 13:11:35 +02:00
.github
bench Add benchmarking scripts 2024-04-08 19:50:24 -07:00
clang-tidy clang-tidy: work with angle brackets and external projects 2024-05-24 02:22:58 +00:00
contrib
doc
lix-doc
maintainers libstore/build: use an allowlist approach to syscall filtering 2024-06-12 13:11:33 +02:00
meson
misc
nix-support
perl
releng
scripts
src libmain: add progress bar with multiple status lines 2024-06-12 13:11:35 +02:00
subprojects/aws_sdk
tests tests/libcmd: set HOME to a temporary directory 2024-06-12 13:11:35 +02:00
.clang-format
.clang-tidy
.dir-locals.el
.editorconfig
.envrc
.gitignore
boehmgc-coroutine-sp-fallback.diff Revert "flake: update nixpkgs pin 23.11->24.05 (+ boehmgc compat changes)" 2024-06-10 04:29:13 +00:00
boehmgc-traceable_allocator-public.diff Revert "flake: update nixpkgs pin 23.11->24.05 (+ boehmgc compat changes)" 2024-06-10 04:29:13 +00:00
CONTRIBUTING.md
COPYING
default.nix
docker.nix
flake.lock Revert "flake: update nixpkgs pin 23.11->24.05 (+ boehmgc compat changes)" 2024-06-10 04:29:13 +00:00
flake.nix libstore/build: use an allowlist approach to syscall filtering 2024-06-12 13:11:33 +02:00
justfile justfile: remove --quiet from just test 2024-05-24 02:22:25 +00:00
meson.build Revert "flake: update nixpkgs pin 23.11->24.05 (+ boehmgc compat changes)" 2024-06-10 04:29:13 +00:00
meson.options
package.nix libstore/build: use an allowlist approach to syscall filtering 2024-06-12 13:11:33 +02:00
README.md
shell.nix
treefmt.toml
version.json

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 the LGPL v2.1.