Skip to content

Commit afad1e5

Browse files
roberthmergify[bot]
authored andcommitted
packaging: Typo in setVersionLayer / preConfigure
Apparently dead code in our use case, but good to keep nonetheless. Credit: ztzg in #12498 (review) (cherry picked from commit dcaea8c)
1 parent fffb54d commit afad1e5

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)