diff options
author | danbst <abcz2.uprola@gmail.com> | 2019-08-05 14:10:35 +0300 |
---|---|---|
committer | danbst <abcz2.uprola@gmail.com> | 2019-08-05 14:14:40 +0300 |
commit | 210c57883e659f5a1d4f5c29ed5970df93ee2940 (patch) | |
tree | dc28bb82909f428cb15f5003022a792705f07e5a /lib/default.nix | |
parent | 7585496effbf7fe7815265c2211e8745a90d3136 (diff) |
and one more place
Diffstat (limited to 'lib/default.nix')
-rw-r--r-- | lib/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/default.nix b/lib/default.nix index f876c57e25c88..18d2dfae1e183 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -71,7 +71,7 @@ let zipAttrsWithNames zipAttrsWith zipAttrs recursiveUpdateUntil recursiveUpdate matchAttrs overrideExisting getOutput getBin getLib getDev chooseDevOutputs zipWithNames zip; - inherit (lists) singleton foreach foldr fold foldl foldl' imap0 imap1 + inherit (lists) singleton forEach foldr fold foldl foldl' imap0 imap1 concatMap flatten remove findSingle findFirst any all count optional optionals toList range partition zipListsWith zipLists reverseList listDfs toposort sort naturalSort compareLists take |