nixVersions.nix_2_26: Typo

https://github.com/NixOS/nix/pull/12600
This commit is contained in:
Robert Hensing
2025-03-11 12:36:33 +01:00
committed by Jörg Thalheim
parent e4d9c996fb
commit 8f38b56e20
@@ -51,7 +51,7 @@ let
setVersionLayer = finalAttrs: prevAttrs: {
preConfigure =
prevAttrs.prevAttrs or ""
prevAttrs.preConfigure or ""
+
# Update the repo-global .version file.
# Symlink ./.version points there, but by default only workDir is writable.