failed attributes
| status |
attribute |
duration |
| failed |
checks.aarch64-darwin.formatting
|
1s |
treefmt-check:
- formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper);
+ formatter = forAllSystems …
treefmt-check:
- formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper);
+ formatter = forAllSystems (
+ pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper
+ );
# export every package and devshell as a check so CI builds them all
checks = forAllSystems (
|
| failed |
checks.aarch64-linux.formatting
|
0s |
treefmt-check:
default = pkgs.callPackage ./nix/devshell.nix { };
});
- formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlat …
treefmt-check:
default = pkgs.callPackage ./nix/devshell.nix { };
});
- formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper);
+ formatter = forAllSystems (
+ pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper
+ );
# export every package and devshell as a check so CI builds them all
checks = forAllSystems (
|
| failed |
checks.x86_64-linux.formatting
|
0s |
treefmt-check:
default = pkgs.callPackage ./nix/devshell.nix { };
});
- formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlat …
treefmt-check:
default = pkgs.callPackage ./nix/devshell.nix { };
});
- formatter = forAllSystems (pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper);
+ formatter = forAllSystems (
+ pkgs: treefmtEval.${pkgs.stdenv.hostPlatform.system}.config.build.wrapper
+ );
# export every package and devshell as a check so CI builds them all
checks = forAllSystems (
|