nixos-laptop/formatter.nix

9 lines
131 B
Nix
Raw Normal View History

2024-11-11 20:40:36 +00:00
{
self,
flake-utils,
...
}:
flake-utils.lib.eachDefaultSystem (system: {
formatter = self.packages.${system}.formatter;
})