Update rfcs/0192-by-name-version-pins.md

Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
Zitrone 2025-11-24 11:44:12 +00:00 committed by GitHub
parent 67332417ab
commit dd79622dac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -65,7 +65,7 @@ In addition to `pkgs/by-name/{shard}/{pname}/package.nix` there can also be
I think you know where this is going.
Packages with a `pin.nix` will have the versions of packages pinned
accordingly. This can be easily archived with:
accordingly. This can be easily achieved with:
```nix
if lib.pathExists (packageDirectory + "/pins.nix") then