Skip to content

DONOTMERGE full EB diffusion specification - #2093

Draft
nfrisby wants to merge 16 commits into
leios-prototypefrom
nfrisby/redo-leios-fetch-with-spec
Draft

DONOTMERGE full EB diffusion specification#2093
nfrisby wants to merge 16 commits into
leios-prototypefrom
nfrisby/redo-leios-fetch-with-spec

WIP add TODO about replacing MsgLeiosBlockOffer with MsgLeiosOfferPre…

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

Build dependency failed

1 failed steps

Details

Failed Steps

Step 1

Derivation

/nix/store/nxk5dqp19qkys23a04vg34d1cy9fc10j-check-nixpkgs-fmt.drv

Log

unpacking source archive /nix/store/zrqjmapkds61v1yjkkrzdsj67szmzj1q-4pbmj3cmxid7xa35rz7dn6bz68i3az88-source
source root is 4pbmj3cmxid7xa35rz7dn6bz68i3az88-source
./cardano-blueprint/flake.nix
1 / 13 have been reformatted
diff -ru /nix/store/zrqjmapkds61v1yjkkrzdsj67szmzj1q-4pbmj3cmxid7xa35rz7dn6bz68i3az88-source/cardano-blueprint/flake.nix ./cardano-blueprint/flake.nix
--- /nix/store/zrqjmapkds61v1yjkkrzdsj67szmzj1q-4pbmj3cmxid7xa35rz7dn6bz68i3az88-source/cardano-blueprint/flake.nix     1970-01-01 00:00:01.000000000 +0000
+++ ./cardano-blueprint/flake.nix       2026-06-30 09:39:47.184990979 +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