fix: default.nix returns the entire flake output

This commit is contained in:
Sarah 2021-10-30 00:08:25 +02:00
parent 2c1e20b469
commit d938ad0118
No known key found for this signature in database
GPG key ID: 708F7ACE058F0186

View file

@ -2,7 +2,7 @@
let let
cfg = config.services.peerix; cfg = config.services.peerix;
peerix = import ./default.nix; peerix = (import ./default.nix).default;
in in
{ {
options = with lib; { options = with lib; {