mirror of
https://github.com/NixOS/nix.git
synced 2025-11-11 21:16:02 +01:00
Merge pull request #12601 from NixOS/mergify/bp/2.26-maintenance/pr-12600
packaging: Typo in setVersionLayer / preConfigure (backport #12600)
This commit is contained in:
commit
42fc03dd1f
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue