8 lines
131 B
Nix
8 lines
131 B
Nix
{
|
|
self,
|
|
flake-utils,
|
|
...
|
|
}:
|
|
flake-utils.lib.eachDefaultSystem (system: {
|
|
formatter = self.packages.${system}.formatter;
|
|
})
|