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/508005e64681d9116ae35805693a3365b6d685a7' 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 95a1639 flake: update nixpkgs (#95)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/3m0jg7caf7fy3pb0xpyaw06x8kaqbzp5-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/5jc7c53af600chavpcy5q6xf63hpg78y-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/5jc7c53af600chavpcy5q6xf63hpg78y-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/5jc7c53af600chavpcy5q6xf63hpg78y-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