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