From 7e7c8947fc2ff5598124c4a4c18bd28432fa017e Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 8 Sep 2025 14:01:35 -0500 Subject: rework most of config; probably broke jupiter again; working to add ganymede (non-nixos) to this repo --- lib/lib.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/lib.nix') 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) []; } -- cgit v1.3.1