mirror of
https://github.com/NixOS/rfcs.git
synced 2025-12-24 09:51:07 +01:00
Update rfcs/0192-by-name-version-pins.md
Co-authored-by: Michael Daniels <mdaniels5757@gmail.com>
This commit is contained in:
parent
67332417ab
commit
dd79622dac
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue