docs: extend configuring section with details on the module system - #1094
Merged
Conversation
horriblename
requested changes
Aug 24, 2025
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a696449aab94c06827ea4b1d6e6042cc97ee6
snoweuph
force-pushed
the
notashelf/push-kxltupyypnpo
branch
from
July 20, 2026 21:30
2853877 to
857f629
Compare
Collaborator
|
I was so free to make this up to date with main |
snoweuph
force-pushed
the
notashelf/push-kxltupyypnpo
branch
from
July 20, 2026 21:32
857f629 to
c84e6ab
Compare
snoweuph
force-pushed
the
notashelf/push-kxltupyypnpo
branch
from
July 20, 2026 21:33
c84e6ab to
3beb48a
Compare
Collaborator
|
also I was so free to run |
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964f2e65a11acab2a2f7413a5f94bff3815
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3a5b42d3d24ddeefc4a6c174d48167e06a6a6964
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I3de2ece60b6533d48cb1e8b2e7784eee6a6a6964
NotAShelf
force-pushed
the
notashelf/push-kxltupyypnpo
branch
from
July 26, 2026 11:30
9f9a114 to
97320f5
Compare
horriblename
requested changes
Jul 26, 2026
horriblename
approved these changes
Jul 26, 2026
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.
This is an initial draft of a new
modulessection describing how we use the Nix module system within nvf. While it does not cover every module, I think it is worth covering the basics of a module to give the users and idea and to potentially answer questions from those New to the Nix ecosystem.I also think we stand to gain from adding some examples in the DAG section, but I reckon it may be more confusing for the users than it is helpful. CC @horriblename and @Soliprem for reviews and feedback. This can be merged as is, but worth discussing beforehand.
Closes #1067