Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

79 total results found

Contributor permissions and Code Owners

Lix contributors

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 users

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 organisation

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

Lix contributors Design planning

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

Lix users

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.