1Running phase: initPhase2@nix { "action": "setPhase", "phase": "initPhase" }3Running phase: userSetupPhase4@nix { "action": "setPhase", "phase": "userSetupPhase" }5Running phase: effectPhase6@nix { "action": "setPhase", "phase": "effectPhase" }7unpacking 'github:fosskar/nixfiles/19338965d54b47844d6b6bc001933002af8c0af6' into the Git cache...8:: sediment-memory - no usable updateScript or update.sh, skipping9From https://github.com/fosskar/pi-pack10 * branch main -> FETCH_HEAD11HEAD is now at a69e69c flake: update nixbot (#112)12Switched to a new branch 'update-package-sediment'13branch 'update-package-sediment' set up to track 'origin/main'.14$ nix-instantiate --eval --json --strict /nix/store/81hdqdja0rnmpfl048hlk3qzf17rclng-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["sediment"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/45lvga2w8fd0pq5chjba0gc4mqpidgil-source15fetch https://github.com/rendro/sediment/releases.atom16$ git diff --color=never --word-diff=porcelain -- /build/checkout/nix/packages/sediment/package.nix17Update 0.5.1 -> 0.5.1 in /build/checkout/nix/packages/sediment/package.nix18$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/45lvga2w8fd0pq5chjba0gc4mqpidgil-source"; in flake.packages.${builtins.currentSystem}."sediment" or flake."sediment").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'19$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/45lvga2w8fd0pq5chjba0gc4mqpidgil-source"; in flake.packages.${builtins.currentSystem}."sediment" or flake."sediment").cargoDeps.vendorStaging; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'20$ git -C /build/checkout diff -- /build/checkout/nix/packages/sediment21No changes detected, skipping remaining steps22:: sediment - no update