-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Support other package sets #31
Comments
13 tasks
Had a chat today with @DMills27, who's interested in contributing. I took some notes to break down this task:
|
This issue has been mentioned on NixOS Discourse. There might be relevant details there: https://discourse.nixos.org/t/ci-will-soon-enforce-pkgs-by-name-for-new-packages/38098/8 |
+1! Here is another by-name package set: NixOS/nixpkgs#344716 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We want to use the
pkgs/by-name
convention for other package sets, e.g. NixOS/nixpkgs#299347.Here's a rough idea how this could look like:
Package set config
Define some Nix config file to determine which package sets exist:
Read the packages in Nix
Create a Nix file to automatically call all of them like the current
by-name-overlay.nix
:For each package set declared, define it by importing
by-name-sets.nix
, likeCheck the packages with the tool
Adjust this tool to read a
by-name-sets-config.nix
file for determining what it needs to check and how.The text was updated successfully, but these errors were encountered: