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

Upstream changes needed for flakes #3

Open
domenkozar opened this issue Oct 27, 2022 · 0 comments
Open

Upstream changes needed for flakes #3

domenkozar opened this issue Oct 27, 2022 · 0 comments

Comments

@domenkozar
Copy link
Member

domenkozar commented Oct 27, 2022

There are a few patches to flakes that should be upstreamed:

  • Relax Nix language restrictions for flakes: this allows us to dynamically compute inputs from yaml files.
  • --flake-file and --flake-lock parameters to override flake.nix and flake.lock: this allows us to dynamically compute flakes and hide it from the users
  • Allow reading files that aren't managed by git: this allows us to dynamically compute flake files so they aren't committed to a repo.
  • Speed up GC
  • abstract source trees, from Eelco's talk at NixCon, this one speeds up flakes by a lot.
domenkozar pushed a commit that referenced this issue Nov 22, 2022
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

No branches or pull requests

1 participant