mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-10 16:45:51 +03:00
stdenv / booter: imap -> imap1
Fix the usage of imap as a follow-up to #25543
This commit is contained in:
parent
cd1f998289
commit
d788244423
@ -73,7 +73,7 @@ stageFuns: let
|
||||
# Take the list and disallow custom overrides in all but the final stage,
|
||||
# and allow it in the final flag. Only defaults this boolean field if it
|
||||
# isn't already set.
|
||||
withAllowCustomOverrides = lib.lists.imap
|
||||
withAllowCustomOverrides = lib.lists.imap1
|
||||
(index: stageFun: prevStage:
|
||||
# So true by default for only the first element because one
|
||||
# 1-indexing. Since we reverse the list, this means this is true
|
||||
|
Loading…
Reference in New Issue
Block a user