1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-07 14:21:48 +02:00

Merge pull request #12201 from NixOS/mergify/bp/2.24-maintenance/pr-11611

doc, src: Fix various spelling typos (backport #11611)
This commit is contained in:
mergify[bot] 2025-01-10 22:11:52 +00:00 committed by GitHub
commit 283249a972
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 7 additions and 8 deletions

View file

@ -104,7 +104,7 @@ symlink.
Prints a set of derivation files (`.drv`) which are supposed produce
said paths when realized. Might print nothing, for example for source paths
or paths subsituted from a binary cache.
or paths substituted from a binary cache.
- `--graph`
@ -241,4 +241,3 @@ $ nix-store --query --roots $(which svn)
/nix/var/nix/profiles/default-82-link
/home/eelco/.local/state/nix/profiles/profile-97-link
```