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
Jade Lovelace 292567e0b0 fix: check if it is a Real terminal, not just if it is a terminal
This will stop printing stuff to dumb terminals that they don't support.

I've overall audited usage of isatty and replaced the ones with intent
to mean "is a Real terminal" with checking for that. I've also caught a
case of carelessly assuming "is a tty" means "should be colour" in
nix-env.

Change-Id: I6d83725d9a2d932ac94ff2294f92c0a1100d23c9
2024-08-10 16:07:21 -07:00
.github
bench
contrib
doc rl-next: add extra context to a few release notes 2024-08-09 23:22:11 -07:00
lix-doc
maintainers rl-next: fix incorrect CL list syntax 2024-08-09 19:03:08 -07:00
meson package: remove unused autotools code, empty file 2024-08-09 23:22:11 -07:00
misc
nix-support
perl Merge changes Ib7c80826,I636f8a71,I67669b98 into main 2024-08-09 19:24:29 +00:00
releng releng: fix the git push 2024-08-07 21:46:44 -07:00
scripts
src fix: check if it is a Real terminal, not just if it is a terminal 2024-08-10 16:07:21 -07:00
subprojects clang-tidy: write a lint for charptr_cast 2024-08-08 14:53:17 -07:00
tests Merge changes I526cceed,Ia4e2f1fa,I22e66972,I9fbd55a9,Ifca22e44 into main 2024-08-08 22:43:10 +00:00
.clang-format
.clang-tidy clang-tidy: write a lint for charptr_cast 2024-08-08 14:53:17 -07:00
.dir-locals.el
.editorconfig
.envrc
.gitignore
.this-is-lix
CONTRIBUTING.md
COPYING
default.nix
docker.nix
flake.lock
flake.nix build: integrate clang-tidy into CI 2024-08-08 14:53:17 -07:00
justfile
meson.build build: declare all the deps as -isystem 2024-08-07 02:52:00 -07:00
meson.options
package.nix package: remove unused autotools code, empty file 2024-08-09 23:22:11 -07:00
README.md
shell.nix
treefmt.toml
version.json version: update, and add codename 2024-08-09 23:22:11 -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 the LGPL v2.1.