Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document flake inclusion criteria #898

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,17 @@ To test whether your flake is compatible with nix flake-info you can try running
```
$ nix run github:nixos/nixos-search#flake-info -- flake <your flake handle>
```

### Criteria for inclusion

Inclusion in the search does not imply endorsement by the Nix project or anyone else.

We generally try to include a wide range of flakes that could be of interest to Nix users, but reserve the right to refuse or remove flakes for reasons such as:

* Flakes that do not actually work
* Malicious packages
* Flakes with incorrect or incomplete license metadata
* Lack of relevance
* Programs that are already part of nixpkgs (we prefer you help maintain them there)
* Outdated package or packaging
* Flakes that require `allow-import-from-derivation`