about summary refs log tree commit diff
path: root/pkgs/stdenv
diff options
context:
space:
mode:
authorTim Steinbach <tim@nequissimus.com>2017-07-04 21:04:13 -0400
committerTim Steinbach <tim@nequissimus.com>2017-07-04 21:04:13 -0400
commitd7882444234fa592c0ce350d979aac6c2933a442 (patch)
treee4accddb971aba1a1a71c4b0eb11817c8dadae7e /pkgs/stdenv
parentcd1f998289aaeea4b7008537c940f266ef53ce14 (diff)
downloadnixlib-d7882444234fa592c0ce350d979aac6c2933a442.tar
nixlib-d7882444234fa592c0ce350d979aac6c2933a442.tar.gz
nixlib-d7882444234fa592c0ce350d979aac6c2933a442.tar.bz2
nixlib-d7882444234fa592c0ce350d979aac6c2933a442.tar.lz
nixlib-d7882444234fa592c0ce350d979aac6c2933a442.tar.xz
nixlib-d7882444234fa592c0ce350d979aac6c2933a442.tar.zst
nixlib-d7882444234fa592c0ce350d979aac6c2933a442.zip
stdenv / booter: imap -> imap1
Fix the usage of imap as a follow-up to #25543
Diffstat (limited to 'pkgs/stdenv')
-rw-r--r--pkgs/stdenv/booter.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/stdenv/booter.nix b/pkgs/stdenv/booter.nix
index d459deb6ab54..a1055708f995 100644
--- a/pkgs/stdenv/booter.nix
+++ b/pkgs/stdenv/booter.nix
@@ -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