-
Notifications
You must be signed in to change notification settings - Fork 107
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
pin inputs into iso live registry #190
Labels
enhancement
New feature or request
Comments
Updated code(realized I wrote it wrong): nix.registry = mapAttrs (n: v: { flake = ${v}; }) (removeAttrs inputs [ "self" "pkgs" "lib" ]); |
This comment has been minimized.
This comment has been minimized.
I would say just wait for that PR to get merged |
Merged
This comment has been minimized.
This comment has been minimized.
I just think all those things - self, inputs, and hosts - are all pretty related and it makes sense to consolidate them into one PR. The hosts part was already approved so its not much of a blocker. And its really an extension of passing |
This comment has been minimized.
This comment has been minimized.
bors bot
added a commit
that referenced
this issue
Mar 16, 2021
191: iso: copy input closourse into iso to avoide re-download r=blaggacao a=blaggacao closes #190 Tested on my setup, considerably cuts times and only leaves one (noticable) download. Co-authored-by: Pacman99 <[email protected]> Co-authored-by: David Arnold <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Would your feature fix an existing issue?
With #168 , devos live iso gains the ability to enter the devos devshell and install through it on the target machine during bootstrapping.
Still, the target machine is fetching all inputs again.
Describe the solution you'd like
By pinning inputs into the registry:
Describe alternatives you've considered
n/a
Additional context
The text was updated successfully, but these errors were encountered: