mirror of
https://github.com/mjallen18/snowfall-lib.git
synced 2026-04-18 09:05:58 -05:00
fold -> foldr
This commit is contained in:
@@ -50,7 +50,7 @@ let
|
|||||||
# result: { x = nixpkgs.lib; }
|
# result: { x = nixpkgs.lib; }
|
||||||
get-libs =
|
get-libs =
|
||||||
attrs:
|
attrs:
|
||||||
fold (
|
foldr (
|
||||||
name: acc:
|
name: acc:
|
||||||
let
|
let
|
||||||
value = attrs.${name};
|
value = attrs.${name};
|
||||||
|
|||||||
Reference in New Issue
Block a user