nixbot

builds

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

1building '/nix/store/mnf7ns64jpw0vjicr86ahnlalyjhqv6i-effect-update-pkgs-env.drv'...2Running phase: initPhase3@nix { "action": "setPhase", "phase": "initPhase" }4Running phase: userSetupPhase5@nix { "action": "setPhase", "phase": "userSetupPhase" }6Running phase: effectPhase7@nix { "action": "setPhase", "phase": "effectPhase" }8unpacking 'github:fosskar/nixfiles/0e908347787600a7c9e54f744fca3c8b6d072c13' into the Git cache...9:: sediment-memory - no usable updateScript or update.sh, skipping10From https://github.com/fosskar/pi-pack11 * branch            main       -> FETCH_HEAD12HEAD is now at f68c70a skills: add show-me13Switched to a new branch 'update-package-sediment'14branch 'update-package-sediment' set up to track 'origin/main'.15$ 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/lqqayqgals0kwnavg72zmpfj5fkqh2k8-source16fetch https://github.com/rendro/sediment/releases.atom17$ git diff --color=never --word-diff=porcelain -- /build/checkout/nix/packages/sediment/package.nix18Update 0.5.1 -> 0.5.1 in /build/checkout/nix/packages/sediment/package.nix19$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/lqqayqgals0kwnavg72zmpfj5fkqh2k8-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'20$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/lqqayqgals0kwnavg72zmpfj5fkqh2k8-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'21$ git -C /build/checkout diff -- /build/checkout/nix/packages/sediment22No changes detected, skipping remaining steps23:: sediment - no update