Skip to content

Separate nixpkgs invocation #861

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

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

eljamm
Copy link
Contributor

@eljamm eljamm commented Apr 18, 2025

Supersedes #773

eljamm added 2 commits April 18, 2025 09:27
This gives us better control on the nixpkgs entrypoint and clearly
distinguishes system-dependant things.
@eljamm eljamm force-pushed the separate-nixpkgs-invocation branch from 69a68b5 to a2ce9c7 Compare April 18, 2025 07:28
@eljamm eljamm marked this pull request as ready for review April 18, 2025 07:30
metrics = with lib; {
projects = attrNames raw-projects;
in-ngipkgs = attrNames ngipkgs;
derivations = concatMap (p: attrNames p.packages) (attrValues raw-projects);
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we remove this, since we're no longer tracking packages?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

1 participant