aboutsummaryrefslogtreecommitdiff
path: root/lib/lib.nix
diff options
context:
space:
mode:
Diffstat (limited to 'lib/lib.nix')
-rw-r--r--lib/lib.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/lib.nix b/lib/lib.nix
index 5310a6d..640f0ca 100644
--- a/lib/lib.nix
+++ b/lib/lib.nix
@@ -49,4 +49,6 @@ let
in {
inherit globimport;
inherit options;
+
+ flatten = builtins.foldl' (a: b: a ++ b) [];
}