doc: Render declarations without the deferredModule indirection
deferredModule sets a fake `file` with "via option ...", which interferes with rendering on flake.parts.
This commit is contained in:
parent
db84b15d8f
commit
ae7709def8
1 changed files with 2 additions and 0 deletions
|
|
@ -30,6 +30,7 @@
|
||||||
...
|
...
|
||||||
}:
|
}:
|
||||||
{
|
{
|
||||||
|
_file = ./flake.nix;
|
||||||
options.perSystem = flake-parts-lib.mkPerSystemOption (
|
options.perSystem = flake-parts-lib.mkPerSystemOption (
|
||||||
{ config, pkgs, ... }:
|
{ config, pkgs, ... }:
|
||||||
let
|
let
|
||||||
|
|
@ -115,6 +116,7 @@
|
||||||
# Consumer toplevel
|
# Consumer toplevel
|
||||||
{ options, config, ... }:
|
{ options, config, ... }:
|
||||||
{
|
{
|
||||||
|
_file = ./flake.nix;
|
||||||
imports = [ flake-parts-modules.basic ];
|
imports = [ flake-parts-modules.basic ];
|
||||||
config.perSystem =
|
config.perSystem =
|
||||||
# Consumer perSystem
|
# Consumer perSystem
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue