Ensure socrates/default.nix is a function

Nix complains that `nixos.socrates` is not a function but a set. By adding
`{ ... }:` to the top of the file, I'm hoping to change it from a set to a
function.
This commit is contained in:
William Carroll 2020-03-07 15:17:04 +00:00
parent 5ba3f2b572
commit 694ca4a85f

View file

@ -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