Commit 170b441
committed
flake-module.nix: Identify module with _file
The documentation tooling needs locations in order to split the
docs into pages.
This means that the module system needs to see a file name at
some point, which usually happens by importing a path. This
`flake-module.nix` is technically not a module, but a function
to an anonymous module.
Hence, we need to remind the module system of the location.1 parent 5d290d6 commit 170b441
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
0 commit comments