nixbot

builds

succeeded update-pkgs run #1927 · raw · history · fosskar/pi-pack

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/2d19d3651ac246e703a34e20c171bf6fff45b0eb' 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 a0478b9 flake: update nixpkgs (#109)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/qg3hzdavqyl47hh3krw0m8w7lsj5abrj-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/xksmv589i6z5cllq6bi51gnzknrv8h66-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/xksmv589i6z5cllq6bi51gnzknrv8h66-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/xksmv589i6z5cllq6bi51gnzknrv8h66-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