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 3caf3e1e08 testsuite: add a functional2 test suite based on pytest
I am tired of bad shell scripts, let me write bad python quickly
instead. It's definitely, $100%, better.

This is not planned as an immediate replacement of the old test suite,
but we::jade would not oppose tests getting ported.

What is here is a mere starting point and there is a lot more
functionality that we need.

Fixes: #488

Change-Id: If762efce69030bb667491b263b874c36024bf7b6
2024-10-09 14:47:39 -07:00
.github
bench
contrib
doc Add release note for CTRL-C improvements 2024-10-05 10:40:51 -07:00
maintainers
meson
misc build: fix deprecated uses of configure_file 2024-09-27 11:55:32 -05:00
nix-support
perl
releng
scripts build: fix deprecated uses of configure_file 2024-09-27 11:55:32 -05:00
src Merge "Remove static initializers for RegisterLegacyCommand" into main 2024-10-09 20:37:58 +00:00
subprojects
tests testsuite: add a functional2 test suite based on pytest 2024-10-09 14:47:39 -07:00
.clang-format
.clang-tidy
.dir-locals.el
.editorconfig editorconfig: Add meson.build 2024-10-01 16:09:47 -07:00
.envrc
.gitignore
.this-is-lix
Cargo.lock
Cargo.toml
CONTRIBUTING.md
COPYING
default.nix
docker.nix
flake.lock
flake.nix
justfile
meson.build testsuite: add a functional2 test suite based on pytest 2024-10-09 14:47:39 -07:00
meson.options
package.nix testsuite: add a functional2 test suite based on pytest 2024-10-09 14:47:39 -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 LGPL-2.1-or-later.