nixbot

builds

Mic92/nixpkgs-review build #61 failed

branch main · PR #688 · commit f97bbd3e61 · · took 28s

eval warnings 1 kind · 2 occurrences
  • warn Nixpkgs 26.05 will be the last release to support x86_64-darwin; see https://nixos.org/… ×2

3 failed
failed attributes
status attribute duration
failed checks.aarch64-darwin.treefmt 19s
treefmt-check: export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}" - export TEST_COREUTILS_PATH="${if stdenv.hostPl …
treefmt-check:
     export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}"
-    export TEST_COREUTILS_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils}"
+    export TEST_COREUTILS_PATH="${
+      if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils
+    }"
     export TEST_NIXPKGS_PATH="${path}"
 
     # Run tests
failed checks.aarch64-linux.treefmt 2s
treefmt-check: # Set up test dependencies export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}" - export TEST_CO …
treefmt-check:
     # Set up test dependencies
     export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}"
-    export TEST_COREUTILS_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils}"
+    export TEST_COREUTILS_PATH="${
+      if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils
+    }"
     export TEST_NIXPKGS_PATH="${path}"
     # Run tests
failed checks.x86_64-linux.treefmt 0s
treefmt-check: export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}" - export TEST_COREUTILS_PATH="${if stdenv.hostPl …
treefmt-check:
     export TEST_BASH_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.bash else bash}"
-    export TEST_COREUTILS_PATH="${if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils}"
+    export TEST_COREUTILS_PATH="${
+      if stdenv.hostPlatform.isLinux then pkgsStatic.coreutils else coreutils
+    }"
     export TEST_NIXPKGS_PATH="${path}"
 
     # Run tests
11 already built
skipped attributes
status attribute duration
loading…