devenv
devenv copied to clipboard
Upstream changes needed for flakes
There are a few patches to flakes that would ideally be upstreamed:
- Relax Nix language restrictions for flakes: this allows us to dynamically compute
inputsfrom yaml files --flake-fileand--flake-lockparameters to overrideflake.nixandflake.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