nixbot

builds

failed treefmt-check x86_64-linux.treefmt · build #152 · raw

1tribuchet: building on jamie2treefmt v2.5.0traversed 270 files3emitted 227 files for processing4formatted 227 files (1 changed) in 6.939s5 M nix/lib.nix6diff --git a/nix/lib.nix b/nix/lib.nix7index b2a4bcc..ec3a235 1006448--- a/nix/lib.nix9+++ b/nix/lib.nix10@@ -18,6 +18,6 @@11 */12 interpolate = value: {13 _type = "interpolate";14- inherit value;15+ inherit value;16 };17 }