Skip to content

Commit a5cf291

Browse files
authored
Merge pull request #12600 from roberth/packaging-typo-preConfigure
packaging: Typo in setVersionLayer / preConfigure
2 parents 24463dd + dcaea8c commit a5cf291

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)