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

File sets tutorial #802

Merged
merged 51 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from 41 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
0b39689
WIP: source file selection tutorial
infinisil Nov 19, 2023
197782d
Updates
infinisil Nov 19, 2023
836b6cd
Updates
infinisil Nov 19, 2023
239f2d9
Updates
infinisil Nov 20, 2023
6582681
Expand on file sets
infinisil Nov 20, 2023
de1e742
Rewrite to be about file sets
infinisil Nov 21, 2023
988945c
Move file
infinisil Nov 21, 2023
02ae281
Complete content
infinisil Nov 21, 2023
33ff09d
Polish
infinisil Nov 21, 2023
436b4aa
Briefly mention problems with builtin features
infinisil Nov 21, 2023
f8427e5
Minor change
infinisil Nov 21, 2023
bd3a71f
Update source/tutorials/file-sets.md
infinisil Nov 21, 2023
17e859e
more informative title
fricklerhandwerk Nov 22, 2023
285fd17
shorten introduction
fricklerhandwerk Nov 22, 2023
6a61be9
clarify wording
fricklerhandwerk Nov 22, 2023
7e7c6d7
reword learning objective
fricklerhandwerk Nov 22, 2023
8402ecf
Basics -> File sets
fricklerhandwerk Nov 22, 2023
06caaae
clarify wording
fricklerhandwerk Nov 22, 2023
d388d6d
add link to command reference
fricklerhandwerk Nov 22, 2023
76905ab
shorten introduction to `trace`
fricklerhandwerk Nov 22, 2023
9fd9700
use log ellipsis as in the other tutorials
fricklerhandwerk Nov 22, 2023
5ca3739
shorten introduction to path arguments
fricklerhandwerk Nov 22, 2023
568925e
move tip before the other notes
fricklerhandwerk Nov 22, 2023
97bbe4f
restructure notes on copying files
fricklerhandwerk Nov 22, 2023
fb6f630
add link to flakes documentation, add emphasis
fricklerhandwerk Nov 22, 2023
767155b
trim down phrasing
fricklerhandwerk Nov 22, 2023
152953e
A local directory -> Example project
fricklerhandwerk Nov 22, 2023
51a78a0
channel -> channel branch
fricklerhandwerk Nov 22, 2023
a6e5f26
package.nix -> build.nix
fricklerhandwerk Nov 22, 2023
501a5f7
add instruction to add a source file
fricklerhandwerk Nov 22, 2023
ba4989c
follow convention from niv guide
fricklerhandwerk Nov 22, 2023
efe4ba4
simplify conclusion
fricklerhandwerk Nov 22, 2023
3d6ac0a
review pass on tutorial sections
fricklerhandwerk Nov 22, 2023
fa037e6
fix omission
fricklerhandwerk Nov 22, 2023
429bbb0
Update source/tutorials/file-sets.md
infinisil Nov 22, 2023
16db564
Update source/tutorials/file-sets.md
infinisil Nov 22, 2023
993bbc1
Apply suggestions from code review
infinisil Nov 22, 2023
8e3032a
Merge pull request #806 from fricklerhandwerk/source-file-selection-r…
infinisil Nov 22, 2023
a2ac364
Add Git to Vale's vocab
infinisil Nov 22, 2023
bc00f00
More consistency in using diffs and prompts
infinisil Nov 22, 2023
0d60fac
inputs -> sources
infinisil Nov 22, 2023
3befcc4
Apply suggestions from code review
infinisil Nov 22, 2023
3b2dfd8
Minor changes after review
infinisil Nov 22, 2023
b3f67ce
Combine two paragraphs
infinisil Nov 22, 2023
67b688a
Don't use nix.conf
infinisil Nov 22, 2023
e4700af
Update source/tutorials/file-sets.md
infinisil Nov 22, 2023
6afd231
Some updates
infinisil Nov 22, 2023
69e6dd6
Some changes from a full read
infinisil Nov 22, 2023
9ecfd01
Remove unecessary non-fileset part
infinisil Nov 22, 2023
fb3fb0c
Update source/tutorials/file-sets.md
infinisil Nov 23, 2023
b6700a9
Review in meeting
infinisil Nov 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@

myst_number_code_blocks = [ "nix", "python" ]

copybutton_prompt_text = r"\$ "
copybutton_prompt_text = r"\$ |nix-repl> "
copybutton_prompt_is_regexp = True

# Add any paths that contain templates here, relative to this directory.
Expand Down
Loading