fix: default.nix returns the entire flake output
This commit is contained in:
parent
2c1e20b469
commit
d938ad0118
1 changed files with 1 additions and 1 deletions
|
@ -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; {
|
||||||
|
|
Loading…
Reference in a new issue