Skip to content

Commit 42fc03d

Browse files
authored
Merge pull request #12601 from NixOS/mergify/bp/2.26-maintenance/pr-12600
packaging: Typo in setVersionLayer / preConfigure (backport #12600)
2 parents cd36881 + 87bf338 commit 42fc03d

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)