Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
fricklerhandwerk authored Jan 6, 2025
1 parent 62cdf3f commit c31a8e1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions source/tutorials/nix-language.md
Original file line number Diff line number Diff line change
Expand Up @@ -892,11 +892,10 @@ Example:
```

:::{note}
Indented strings also support [string interpolation](string-interpolation). See the section on Nix's [`string`](https://nix.dev/manual/nix/stable/language/values#type-string) type in the [Nix manual](https://nix.dev/manual/nix/stable/).
Indented strings also support [string interpolation](string-interpolation).
For details check the [documentation on string literals in the Nix language](https://nix.dev/manual/nix/2.24/language/syntax#string-literal).
:::

<!-- TODO: See [escaping rules](). -->

(file-system-paths)=
### File system paths

Expand Down

0 comments on commit c31a8e1

Please sign in to comment.