1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 10:41:16 +02:00

Merge pull request #12602 from NixOS/mergify/bp/2.27-maintenance/pr-12600

packaging: Typo in setVersionLayer / preConfigure (backport #12600)
This commit is contained in:
mergify[bot] 2025-03-04 17:09:29 +00:00 committed by GitHub
commit 181ffe30be
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -51,7 +51,7 @@ let
setVersionLayer = finalAttrs: prevAttrs: { setVersionLayer = finalAttrs: prevAttrs: {
preConfigure = preConfigure =
prevAttrs.prevAttrs or "" prevAttrs.preConfigure or ""
+ +
# Update the repo-global .version file. # Update the repo-global .version file.
# Symlink ./.version points there, but by default only workDir is writable. # Symlink ./.version points there, but by default only workDir is writable.