nixbot

builds

failed treefmt-check aarch64-darwin.treefmt · build #141 · raw

1treefmt v2.5.0traversed 262 files2emitted 219 files for processing3formatted 219 files (1 changed) in 766ms4 M nix/lib.nix5diff --git a/nix/lib.nix b/nix/lib.nix6index f279cfe..ec3a235 1006447--- a/nix/lib.nix8+++ b/nix/lib.nix9@@ -18,6 +18,6 @@10 */11 interpolate = value: {12 _type = "interpolate";13- inherit value;14+ inherit value;15 };16 }