Eisfunke's Lix Fork
Find a file
alois31 741d3b441c
libstore: add LocalDerivationGoal setupSyscallFilter hook
The seccomp setup code was a huge chunk of conditionally compiled
platform-specific code. For this reason, it is appropriate to move it to the
platform-specific implementation file. Ideally its setup could be moved a bit
to make it happen at the same place as the Darwin restrictions, but that change
is going to be less mechanical.

Change-Id: I496aa3c4fabf34656aba1e32b0089044ab5b99f8
2024-08-06 18:27:09 +02:00
.github
bench
clang-tidy
contrib function-trace: always show the trace 2019-09-18 23:23:21 +02:00
doc Merge "nix flake show: add the description if it exists" into main 2024-08-02 07:56:06 +00:00
lix-doc
maintainers libstore: add LocalDerivationGoal setupSyscallFilter hook 2024-08-06 18:27:09 +02:00
meson libexpr: rewrite the parser with pegtl instead of flex/bison 2024-06-25 12:24:58 +00:00
misc
nix-support De-vendor nixfmt 2024-07-22 21:09:58 +04:00
perl
releng releng: move officialRelease to version.json 2024-07-31 14:13:39 -07:00
scripts
src libstore: add LocalDerivationGoal setupSyscallFilter hook 2024-08-06 18:27:09 +02:00
subprojects/aws_sdk
tests Merge "nix flake show: add the description if it exists" into main 2024-08-02 07:56:06 +00:00
.clang-format
.clang-tidy
.dir-locals.el
.editorconfig
.envrc
.gitignore
.this-is-lix
CONTRIBUTING.md
COPYING Add pre-commit checks 2024-03-29 22:57:40 -07:00
default.nix
docker.nix
flake.lock
flake.nix
justfile
meson.build
meson.options
package.nix package: don't hide system-wide manual pages 2024-08-06 17:18:05 +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.