treefmt-check
aarch64-darwin.formatting
· build #192
· raw
1treefmt v2.5.0traversed 1248 files2emitted 536 files for processing3formatted 536 files (3 changed) in 1.591s4 M checks/flake-module.nix5diff --git a/checks/flake-module.nix b/checks/flake-module.nix6index c652cb2..d5c5377 1006447--- a/checks/flake-module.nix8+++ b/checks/flake-module.nix9@@ -58,8 +58,13 @@ in10 {11 # Warning for testing eval warning reporting in CI12 checks = (13- nixosMachines // darwinMachines // packages // packageTests // devShells // homeConfigurations //14- {15+ nixosMachines16+ // darwinMachines17+ // packages18+ // packageTests19+ // devShells20+ // homeConfigurations21+ // {22 thisWillFail = pkgs.stdenv.mkDerivation {23 name = "this-will-fail";24 buildCommand = ''