From 9e3062a5d8269fe6d2db6f403889d6e8f8a55fc6 Mon Sep 17 00:00:00 2001 From: Jeff Hykin Date: Sat, 25 May 2024 12:33:24 -0400 Subject: [PATCH] - --- nodes/1_lib/source/detangled/1_foundation.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/nodes/1_lib/source/detangled/1_foundation.nix b/nodes/1_lib/source/detangled/1_foundation.nix index 1898b5b..3a96182 100644 --- a/nodes/1_lib/source/detangled/1_foundation.nix +++ b/nodes/1_lib/source/detangled/1_foundation.nix @@ -3,10 +3,10 @@ # let loadStatic = (folder: - { - setup = builtins.fromTOML ( builtins.readFile "${folder}/static/setup.toml" ); - meta = builtins.fromTOML ( builtins.readFile "${folder}/static/meta.toml" ); - } + { + setup = builtins.fromTOML ( builtins.readFile "${folder}/static/setup.toml" ); + meta = builtins.fromTOML ( builtins.readFile "${folder}/static/meta.toml" ); + } ); /**