Skip to content

Try disabling voting activity until caught up - #2109

Open
bladyjoker wants to merge 1 commit into
leios-prototypefrom
bladyjoker/leiosp-prototype-2026x27/fixes-gsm-state
Open

Try disabling voting activity until caught up#2109
bladyjoker wants to merge 1 commit into
leios-prototypefrom
bladyjoker/leiosp-prototype-2026x27/fixes-gsm-state

fix: Try disabling voting activity until caught up

f97206c
Select commit
Loading
Failed to load commit list.
IOG Hydra / ci/hydra-build:x86_64-linux.native.formattingLinting.all failed Jul 8, 2026 in 1s

Build dependency failed

1 failed steps

Details

Failed Steps

Step 1

Derivation

/nix/store/5yqmp1l2v4svavpab1hmv77p9fv5120c-check-nixpkgs-fmt.drv

Log

unpacking source archive /nix/store/3v8miwn3mij6syfwqhkdaljpfhch2qpw-jj4g8r2d5jh8dbim6ksvkx5zc2qw0bzf-source
source root is jj4g8r2d5jh8dbim6ksvkx5zc2qw0bzf-source
./cardano-blueprint/flake.nix
1 / 13 have been reformatted
diff -ru /nix/store/3v8miwn3mij6syfwqhkdaljpfhch2qpw-jj4g8r2d5jh8dbim6ksvkx5zc2qw0bzf-source/cardano-blueprint/flake.nix ./cardano-blueprint/flake.nix
--- /nix/store/3v8miwn3mij6syfwqhkdaljpfhch2qpw-jj4g8r2d5jh8dbim6ksvkx5zc2qw0bzf-source/cardano-blueprint/flake.nix     1970-01-01 00:00:01.000000000 +0000
+++ ./cardano-blueprint/flake.nix       2026-07-08 16:09:19.189583267 +0000
@@ -38,17 +38,18 @@
             binary = binaryFor.${pkgs.stdenv.hostPlatform.system} or null;
           in
           if binary != null then
-            pkgs.stdenv.mkDerivation {
-              pname = "mdbook-katex";
-              inherit version;
-              src = pkgs.fetchurl { inherit (binary) url hash; };
-              dontUnpack = true;
-              installPhase = ''
-                mkdir -p $out/bin
-                tar -xf $src -C $out/bin
-                chmod +x $out/bin/mdbook-katex
-              '';
-            }
+            pkgs.stdenv.mkDerivation
+              {
+                pname = "mdbook-katex";
+                inherit version;
+                src = pkgs.fetchurl { inherit (binary) url hash; };
+                dontUnpack = true;
+                installPhase = ''
+                  mkdir -p $out/bin
+                  tar -xf $src -C $out/bin
+                  chmod +x $out/bin/mdbook-katex
+                '';
+              }
           else
             pkgs.rustPlatform.buildRustPackage {
               pname = "mdbook-katex";
*** nixpkgs-fmt-1.3.0 found changes that need addressed first