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; }
|
||||
get-libs =
|
||||
attrs:
|
||||
fold (
|
||||
foldr (
|
||||
name: acc:
|
||||
let
|
||||
value = attrs.${name};
|
||||
|
||||
Reference in New Issue
Block a user