formatter/default.nix: rename to flake-module.nix
Makes it easier to tell flake-modules from other files.
Jörg Thalheim committed
Aug 18, 2024 at 07:23 UTC
c41fa1561f816573cb765ec5c976e445b7962792
2 files changed
+3
-1
flake.nix
+3
-1
@@ -15,7 +15,9 @@
15
"x86_64-darwin"
16
"aarch64-darwin"
17
];
18
- imports = [ ./formatter/default.nix ];
18
+ imports = [
19
+ ./formatter/flake-module.nix
20
+ ];
21
};
22
23
}