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