From dd79622dac19da0a241bcc4548d9ea3d3e9eec10 Mon Sep 17 00:00:00 2001 From: Zitrone <74491719+quantenzitrone@users.noreply.github.com> Date: Mon, 24 Nov 2025 11:44:12 +0000 Subject: [PATCH] Update rfcs/0192-by-name-version-pins.md Co-authored-by: Michael Daniels --- rfcs/0192-by-name-version-pins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rfcs/0192-by-name-version-pins.md b/rfcs/0192-by-name-version-pins.md index 968961d..11dc984 100644 --- a/rfcs/0192-by-name-version-pins.md +++ b/rfcs/0192-by-name-version-pins.md @@ -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