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

flake: defer locking to consumer #7

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

Conversation

nrdxp
Copy link
Contributor

@nrdxp nrdxp commented Aug 26, 2022

A baby step toward the scheme outlined here: input-output-hk/bitte#164

Requires consumer to add the following to the flake.nix:

{
   nixConfig.flake-registry = "https://raw.githubusercontent.com/input-output-hk/flake-registry/iog/flake-registry.json";
}

Using this repo as a testing ground since it is fairly minimal and the blast radius is much less. But tested from a consuming cluster flake and it works wonderfully.

Rely on org flake registry to provide all inputs, and do not lock them
so that locking is deferred to downstream consumers.
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