Attempt @ 93% for a nixOs FlakeUtils#18
Closed
blaggacao wants to merge 23 commits intonumtide:flatten-tree-systemfrom
Closed
Attempt @ 93% for a nixOs FlakeUtils#18blaggacao wants to merge 23 commits intonumtide:flatten-tree-systemfrom
blaggacao wants to merge 23 commits intonumtide:flatten-tree-systemfrom
Conversation
code is now in master.
blaggacao
commented
Jan 3, 2021
Contributor
Author
blaggacao
left a comment
There was a problem hiding this comment.
Not much, but structure and very few features ...
Member
|
Can you add a usage example? If the goal is to find the right direction then the best is to test it out in some semi-realistic scenario. |
|
I'll see if I can rebase nixflk off this PR as a usage example. But it'll be a few days before I have the time. |
Contributor
Author
|
Thanks, truely! It will bring in your most vetted perspective. |
added 2 commits
January 11, 2021 02:14
Contributor
Author
|
I advanced a little and added an example stub. I think this is slowly getting into the right direction... |
b997844 to
435894c
Compare
added 2 commits
January 13, 2021 20:49
Contributor
Author
|
@nrdxp In the last two commits, I added a relatively decent way to build sd, iso & netboot derivations for any host. |
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
outdated
@nrdxp First, I thought it would be only fair not only to spill around nice ideas all over the place, but to actually attempt to implement some of it. Then I got stuck with how to model a sensible way of how
nrdxp/nixflkimports./hosts. Then I realized, this is another fixing-things spree of mine lacking of the corresponding underlaying abilities. Then I got frustrated. Now I just want to share how far I got in case it might be useful or a source of inspiration. I still think relying on a higher level abstraction for nixos flakes by sponsorship of thisnumtide/flalke-utilsrepo is a future state worth an attempt.