Skip to content

Commit dcaea8c

Browse files
committed
packaging: Typo in setVersionLayer / preConfigure
Apparently dead code in our use case, but good to keep nonetheless. Credit: ztzg in #12498 (review)
1 parent 89b4955 commit dcaea8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packaging/components.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ let
5151

5252
setVersionLayer = finalAttrs: prevAttrs: {
5353
preConfigure =
54-
prevAttrs.prevAttrs or ""
54+
prevAttrs.preConfigure or ""
5555
+
5656
# Update the repo-global .version file.
5757
# Symlink ./.version points there, but by default only workDir is writable.

0 commit comments

Comments
 (0)