Skip to content

Commit f0435de

Browse files
committed
chore: add _file annotations to modules
1 parent de1e3a0 commit f0435de

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

nix/home-modules.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323

2424
cfg = config.services.asd;
2525
in {
26+
_file = ./home-modules.nix;
27+
2628
options.services.asd = mkOption {
2729
type = types.submodule (lib.const {
2830
imports = [asd-lib.modules.instance];

nix/nixos-modules.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
};
3232
});
3333
in {
34+
_file = ./nixos-modules.nix;
35+
3436
options.services.asd = {
3537
package = mkPackageOption {
3638
default = perSystem.config.packages.anything-sync-daemon;

0 commit comments

Comments
 (0)