A modern, delicious implementation of the Nix package manager, focused on correctness, usability, and growth — and committed to doing right by its community https://lix.systems
Find a file
jade 82dc712d93 releng: add prod environment, ready for release
I am *reasonably* confident that this releng infrastructure can actually
build a Lix 2.90 and release it successfully. Let's make it possible to
do, and add some cute colours to the confirmation message.

Change-Id: I85e498b6fb49ffc5e75c0a72c5e45fb1f69030d3
2024-06-09 20:33:24 -07:00
.github
bench
clang-tidy
contrib
doc manual: rewrite the docker guide now that we have images 2024-06-09 20:33:24 -07:00
lix-doc lix-doc: don't chomp bold headings off 2024-05-15 15:24:03 -07:00
maintainers Put into place initial release engineering 2024-06-06 20:53:08 -07:00
meson
misc
nix-support
perl
releng releng: add prod environment, ready for release 2024-06-09 20:33:24 -07:00
scripts
src
subprojects/aws_sdk
tests
.clang-format
.clang-tidy
.dir-locals.el
.editorconfig
.envrc
.gitignore Put into place initial release engineering 2024-06-06 20:53:08 -07:00
boehmgc-coroutine-sp-fallback.diff
boehmgc-traceable_allocator-public.diff
CONTRIBUTING.md
COPYING
default.nix
docker.nix releng: support multiarch docker images 2024-06-09 20:33:24 -07:00
flake.lock Rewrite docker to be sensible and smaller 2024-06-09 20:33:24 -07:00
flake.nix Rewrite docker to be sensible and smaller 2024-06-09 20:33:24 -07:00
justfile
meson.build
meson.options
package.nix releng: support multiarch docker images 2024-06-09 20:33:24 -07: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.