mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
8 lines
142 B
Nix
8 lines
142 B
Nix
{ inputs, ... }:
|
|
{
|
|
perSystem =
|
|
{ pkgs, ... }:
|
|
{
|
|
formatter = (import ./treefmt.nix { inherit inputs pkgs; }).wrapper;
|
|
};
|
|
}
|