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
|
||||
cfg = config.services.peerix;
|
||||
|
||||
peerix = import ./default.nix;
|
||||
peerix = (import ./default.nix).default;
|
||||
in
|
||||
{
|
||||
options = with lib; {
|
||||
|
|
Loading…
Reference in a new issue