Skip to content

Commit 52d27cd

Browse files
authored
Update 06-our-first-derivation.md
Fixed broken sentence
1 parent 0047dc6 commit 52d27cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pills/06-our-first-derivation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ So out is just the derivation itself, it seems weird but the reason is that we o
170170

171171
The `d.drvPath` is the path of the `.drv` file: `/nix/store/z3hhlxbckx4g3n9sw91nnvlkjvyw754p-myname.drv`.
172172

173-
Something interesting is the `type` attribute. It's `"derivation"`. Nix does add a little of magic to sets with type derivation, but not that much. To help you understand, you can create yourself a set with that type, it's a simple set:
173+
Something interesting is the `type` attribute. It's `"derivation"`. Nix does add a little magic to sets with type derivation, but not that much. To help you understand, you can create yourself a set with that type, it's a simple set:
174174

175175
```console
176176
nix-repl> { type = "derivation"; }

0 commit comments

Comments
 (0)