mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
packaging: Typo in setVersionLayer / preConfigure
Apparently dead code in our use case, but good to keep nonetheless.
Credit: ztzg in https://github.com/NixOS/nix/pull/12498#pullrequestreview-2658031853
(cherry picked from commit dcaea8cb1c
)
This commit is contained in:
parent
fffb54d8f7
commit
afad1e536e
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