No description
Find a file
2024-05-07 16:17:47 -06:00
.github remove Github workflow files 2024-04-28 02:56:19 -06:00
bench Add benchmarking scripts 2024-04-08 19:50:24 -07:00
clang-tidy
contrib
doc remove the autoconf+Make buildsystem 2024-05-07 16:17:46 -06:00
lix-doc
maintainers docs: don't compute rl-next.md during build 2024-04-09 02:09:36 +00:00
meson
misc remove the autoconf+Make buildsystem 2024-05-07 16:17:46 -06:00
nix-support binary tarball: include cacert in root paths 2024-04-12 07:04:37 -06:00
perl remove the autoconf+Make buildsystem 2024-05-07 16:17:46 -06:00
scripts remove the autoconf+Make buildsystem 2024-05-07 16:17:46 -06:00
src remove the autoconf+Make buildsystem 2024-05-07 16:17:46 -06:00
tests remove the autoconf+Make buildsystem 2024-05-07 16:17:46 -06:00
.clang-format
.clang-tidy
.dir-locals.el
.editorconfig
.envrc
.gitignore gitignore nocontribmsg 2024-05-05 20:39:54 +00:00
.version
boehmgc-coroutine-sp-fallback.diff
boehmgc-traceable_allocator-public.diff
CONTRIBUTING.md chore: re-work the contribution guide 2024-05-07 01:28:35 +00:00
COPYING
default.nix
docker.nix
flake.lock pre-commit: stop using the flake 2024-04-08 15:29:23 -07:00
flake.nix remove the autoconf+Make buildsystem 2024-05-07 16:17:46 -06:00
justfile justfile: allow passing args to meson compile 2024-04-25 14:26:38 +02:00
meson.build meson: install org.nixos.nix-daemon.plist on macOS 2024-05-05 18:33:35 -06:00
meson.options meson: correctly embed sandbox shell when asked 2024-04-18 16:15:58 -06:00
package.nix package: default the build-release-notes arg like we do with lix-doc 2024-05-07 16:17:47 -06:00
precompiled-headers.h
README.md fix: readme typo 2024-05-06 18:14:48 -07:00
shell.nix
treefmt.toml

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 Nix 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 Nix 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.