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:
parent
5ba3f2b572
commit
694ca4a85f
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue