diff --git a/nixos/socrates/default.nix b/nixos/socrates/default.nix index 63ff1b342..fbdff3f50 100644 --- a/nixos/socrates/default.nix +++ b/nixos/socrates/default.nix @@ -1,3 +1,5 @@ +{ ... }: + let # TODO(wpcarro): Instead of importing these dependencies as parameters that # readTree will expose I need to import these dependencies manually because