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

review pass on tutorial sections #806

Merged
Changes from 1 commit
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
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
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
Prev Previous commit
Next Next commit
channel -> channel branch
this follows the convention established in the FAQ on releases
fricklerhandwerk committed Nov 22, 2023
commit 51a78a0bd4cc8c8f9126cf8e7ae54a8ecbdd5428
2 changes: 1 addition & 1 deletion source/tutorials/file-sets.md
Original file line number Diff line number Diff line change
@@ -103,7 +103,7 @@ $ nix-shell -p niv --run "niv init --nixpkgs nixos/nixpkgs --nixpkgs-branch nixo
```

:::{note}
For now we're using the nixos-unstable channel, since no stable channel has all the features we need yet.
We're using the `nixos-unstable` channel branch here, since no stable release has all the features needed for this tutorial.
:::

Then create a `default.nix` file: