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

Merge pull request #12600 from roberth/packaging-typo-preConfigure

packaging: Typo in setVersionLayer / preConfigure
This commit is contained in:
Robert Hensing 2025-03-04 17:44:47 +01:00 committed by GitHub
commit a5cf291dde
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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