treefmt v2.5.0traversed 262 files emitted 219 files for processing formatted 219 files (1 changed) in 766ms M nix/lib.nix diff --git a/nix/lib.nix b/nix/lib.nix index f279cfe..ec3a235 100644 --- a/nix/lib.nix +++ b/nix/lib.nix @@ -18,6 +18,6 @@ */ interpolate = value: { _type = "interpolate"; - inherit value; + inherit value; }; }