Apply suggestions from code review

Co-authored-by: Valentin Gagarin <valentin.gagarin@tweag.io>
This commit is contained in:
Théophane Hufschmitt 2023-09-25 09:56:49 +02:00 committed by GitHub
parent 3411507696
commit b3433099d4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,11 +68,9 @@ inputs.nixpkgs = {
```
Following [RFC 3986](https://datatracker.ietf.org/doc/html/rfc3986#section-2.1),
characters outside of the allowed range (i.e. are neither [reserved
character](https://datatracker.ietf.org/doc/html/rfc3986#section-2.2) or
[unreserved
characters](https://datatracker.ietf.org/doc/html/rfc3986#section-2.3)) must be
percent-encoded.
characters outside of the allowed range (i.e. neither [reserved characters](https://datatracker.ietf.org/doc/html/rfc3986#section-2.2)
nor [unreserved characters](https://datatracker.ietf.org/doc/html/rfc3986#section-2.3))
must be percent-encoded.
### Examples
@ -110,8 +108,7 @@ The semantic of such a path is as follows:
2. The filesystem root (/), or
3. A folder on a different mount point.
Contrary to URL-like reference, path-like flake references can contain
arbitrary unicode characters (except `#` and `?`).
Contrary to URL-like references, path-like flake references can contain arbitrary unicode characters (except `#` and `?`).
### Examples