Advanced Search
Search Results
79 total results found
Contributor permissions and Code Owners
One might wonder how permissions work on Lix and how one can help out with certain tasks. This is subject to ongoing governance work. This page is a summary of the current (pretty vibes-based) state of how it works. Feel free to ask questions about this in the...
Nix Resources
Lix doesn't exist in a vacuum—but instead builds atop the incredible work of dozens of NixOS community members. This page collects resources that have been recommended by members of the community. We're also currently in the process of writing brand new docume...
Lix Governance
Lix has three overlapping circles of responsibility: The core team is the primary governance body of the Lix project. The community team is the secondary governance body of the Lix project. The committers are the set of all people who have "+2" permissions on ...
Flakes feature freeze
The core team has decided to freeze the Flake feature set and semantics at its current point, excluding bugfixes. No new features will be added to Flakes for the time being, including (but not limited to) new input types, new features for existing fetchers and...
Debugging weird DNS resolutions inside sandbox
Run this with pasta: $ nix-build -E 'let pkgs = (import <nixpkgs> {}); in pkgs.runCommand "resolvconf" { outputHashAlgo = "sha256"; outputHashMode = "flat"; outputHash = pkgs.lib.fakeHash; } "cat /etc/resolv.conf"' Report the result to a Lix developer.