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

init: Make registry pure #312

Merged
merged 1 commit into from
Oct 9, 2024
Merged

init: Make registry pure #312

merged 1 commit into from
Oct 9, 2024

Conversation

srid
Copy link
Member

@srid srid commented Oct 9, 2024

The registry flakes are now locked in a flake.lock file.

Because we use flake=false, the lockfile is now manageable.

This should substantially reduce #304

The registry flakes are now locked in a flake.lock file.

Because we use flake=false, the lockfile is now manageable.
Comment on lines +21 to +24
registry =
builtins.mapAttrs
(k: v: v.outPath)
(builtins.removeAttrs inputs [ "self" ]);
Copy link
Member Author

Choose a reason for hiding this comment

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

We can potentially use flake-schemas here in the future. Not sure what value it will add, though.

@srid srid merged commit f206513 into main Oct 9, 2024
6 checks passed
@srid srid deleted the init-pure-registry branch October 9, 2024 22:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant