1building '/nix/store/wlz35b53vcnnf7nw0a48vpmfwva5z9yf-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" }8:: calendar-mcp - no usable updateScript or update.sh, skipping9:: delta - no usable updateScript or update.sh, skipping10:: live-ocr - no usable updateScript or update.sh, skipping11:: mcp-gateway - no usable updateScript or update.sh, skipping12:: netbox-seed - no usable updateScript or update.sh, skipping13:: niri-focus-or-spawn - no usable updateScript or update.sh, skipping14:: updater - no usable updateScript or update.sh, skipping15From https://github.com/fosskar/nixfiles16 * branch main -> FETCH_HEAD17HEAD is now at 6deacc8d flake: update nixpkgs-small (#1143)18Switched to a new branch 'update-package-beszel'19branch 'update-package-beszel' set up to track 'origin/main'.20$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["beszel"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source21fetch https://github.com/henrygd/beszel/releases.atom22$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/beszel/package.nix23Update 0.19.0 -> 0.19.0 in /build/checkout/packages/beszel/package.nix24$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."beszel" or flake."beszel").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'25Updating subpackage webui26$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["beszel", "webui"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source27$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."beszel"."webui" or flake."beszel"."webui").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'28$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."beszel"."webui" or flake."beszel"."webui").npmDeps; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'29$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."beszel" or flake."beszel").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'30Package maintainers:31 - Bot-wxt1221 (@Bot-wxt1221)32 - Mirza Arnaut (@arunoruto)33 - Bonus (@BonusPlay)34$ git -C /build/checkout diff -- /build/checkout/packages/beszel35No changes detected, skipping remaining steps36:: beszel - no update37HEAD is now at 6deacc8d flake: update nixpkgs-small (#1143)38Switched to a new branch 'update-package-blogwatcher-cli'39branch 'update-package-blogwatcher-cli' set up to track 'origin/main'.40$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["blogwatcher-cli"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source41fetch https://github.com/JulienTant/blogwatcher-cli/releases.atom42$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/blogwatcher-cli/package.nix43Update 0.2.1 -> 0.2.1 in /build/checkout/packages/blogwatcher-cli/package.nix44$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."blogwatcher-cli" or flake."blogwatcher-cli").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'45$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."blogwatcher-cli" or flake."blogwatcher-cli").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'46$ git -C /build/checkout diff -- /build/checkout/packages/blogwatcher-cli47No changes detected, skipping remaining steps48:: blogwatcher-cli - no update49HEAD is now at 6deacc8d flake: update nixpkgs-small (#1143)50Switched to a new branch 'update-package-druk'51branch 'update-package-druk' set up to track 'origin/main'.52$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["druk"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source53fetch https://api.github.com/repos/letstri/druk/releases?per_page=100&page=154Update 1.24.0 -> 1.25.0 in /build/checkout/packages/druk/package.nix55$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["druk"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/svd4mscf8xzp6hrvxbmhcpa6svgv772f-source56$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/svd4mscf8xzp6hrvxbmhcpa6svgv772f-source"; in flake.packages.${builtins.currentSystem}."druk" or flake."druk").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'57$ git -C /build/checkout diff -- /build/checkout/packages/druk58warning: Git tree '/build/checkout' is dirty59traversed 1 files60emitted 1 files for processing61formatted 1 files (0 changed) in 14ms62[update-package-druk d366d863] druk: 1.24.0 -> 1.25.063 1 file changed, 2 insertions(+), 2 deletions(-)64fatal: couldn't find remote ref refs/heads/update-package-druk65remote: 66remote: Create a pull request for 'update-package-druk' on GitHub by visiting: 67remote: https://github.com/fosskar/nixfiles/pull/new/update-package-druk 68remote: 69To https://github.com/fosskar/nixfiles.git70 * [new branch] update-package-druk -> update-package-druk71HEAD is now at d366d863 druk: 1.24.0 -> 1.25.072Switched to a new branch 'update-package-garage-ui'73branch 'update-package-garage-ui' set up to track 'origin/main'.74$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["garage-ui"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source75fetch https://github.com/Noooste/garage-ui/releases.atom76$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/garage-ui/package.nix77Update 0.12.1 -> 0.12.1 in /build/checkout/packages/garage-ui/package.nix78$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."garage-ui" or flake."garage-ui").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'79Updating subpackage frontend80$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["garage-ui", "frontend"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source81$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."garage-ui"."frontend" or flake."garage-ui"."frontend").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'82$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."garage-ui"."frontend" or flake."garage-ui"."frontend").npmDeps; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'83$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."garage-ui" or flake."garage-ui").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'84$ git -C /build/checkout diff -- /build/checkout/packages/garage-ui85No changes detected, skipping remaining steps86:: garage-ui - no update87HEAD is now at 6deacc8d flake: update nixpkgs-small (#1143)88Switched to a new branch 'update-package-netbird'89branch 'update-package-netbird' set up to track 'origin/main'.90$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["netbird-proxy"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source91fetch https://github.com/netbirdio/netbird/releases.atom92$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/netbird-proxy/package.nix93Update 0.78.1 -> 0.78.1 in /build/checkout/packages/netbird-proxy/package.nix94$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."netbird-proxy" or flake."netbird-proxy").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'95$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."netbird-proxy" or flake."netbird-proxy").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'96$ git -C /build/checkout diff -- /build/checkout/packages/netbird-proxy97No changes detected, skipping remaining steps98:: netbird-proxy - no update99$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["netbird-server"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source100fetch https://github.com/netbirdio/netbird/releases.atom101$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/netbird-server/package.nix102Update 0.78.1 -> 0.78.1 in /build/checkout/packages/netbird-server/package.nix103$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."netbird-server" or flake."netbird-server").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'104$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."netbird-server" or flake."netbird-server").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'105$ git -C /build/checkout diff -- /build/checkout/packages/netbird-server106No changes detected, skipping remaining steps107:: netbird-server - no update108HEAD is now at 6deacc8d flake: update nixpkgs-small (#1143)109Switched to a new branch 'update-package-nextcloud'110branch 'update-package-nextcloud' set up to track 'origin/main'.111$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["nextcloud-assistant"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source112fetch https://api.github.com/repos/nextcloud-releases/assistant/releases?per_page=100&page=1113$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/nextcloud-assistant/package.nix114Update 4.0.0 -> 4.0.0 in /build/checkout/packages/nextcloud-assistant/package.nix115$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."nextcloud-assistant" or flake."nextcloud-assistant").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'116$ git -C /build/checkout diff -- /build/checkout/packages/nextcloud-assistant117No changes detected, skipping remaining steps118:: nextcloud-assistant - no update119$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["nextcloud-news"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source120fetch https://api.github.com/repos/nextcloud/news/releases?per_page=100&page=1121fetch https://api.github.com/repos/nextcloud/news/releases?per_page=100&page=2122fetch https://api.github.com/repos/nextcloud/news/releases?per_page=100&page=3123$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/nextcloud-news/package.nix124Not updating version, already 28.7.0125$ git -C /build/checkout diff -- /build/checkout/packages/nextcloud-news126No changes detected, skipping remaining steps127:: nextcloud-news - no update128$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["nextcloud-workflow-ocr"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source129fetch https://api.github.com/repos/R0Wi-DEV/workflow_ocr/releases?per_page=100&page=1130$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/nextcloud-workflow-ocr/package.nix131Update 1.34.1 -> 1.34.1 in /build/checkout/packages/nextcloud-workflow-ocr/package.nix132$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."nextcloud-workflow-ocr" or flake."nextcloud-workflow-ocr").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'133$ git -C /build/checkout diff -- /build/checkout/packages/nextcloud-workflow-ocr134No changes detected, skipping remaining steps135:: nextcloud-workflow-ocr - no update136HEAD is now at 6deacc8d flake: update nixpkgs-small (#1143)137Switched to a new branch 'update-package-opensoho'138branch 'update-package-opensoho' set up to track 'origin/main'.139$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["opensoho"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source140fetch https://github.com/rubenbe/opensoho/releases.atom141$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/opensoho/package.nix142Update 0.15.1 -> 0.15.1 in /build/checkout/packages/opensoho/package.nix143$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."opensoho" or flake."opensoho").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'144$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."opensoho" or flake."opensoho").goModules; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'145$ git -C /build/checkout diff -- /build/checkout/packages/opensoho146No changes detected, skipping remaining steps147:: opensoho - no update148HEAD is now at 6deacc8d flake: update nixpkgs-small (#1143)149Switched to a new branch 'update-package-sprout-track'150branch 'update-package-sprout-track' set up to track 'origin/main'.151$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["sprout-track"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source152fetch https://github.com/Oak-and-Sprout/sprout-track/releases.atom153$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/sprout-track/package.nix154Not updating version, already 1.6.7155$ git -C /build/checkout diff -- /build/checkout/packages/sprout-track156No changes detected, skipping remaining steps157:: sprout-track - no update158HEAD is now at 6deacc8d flake: update nixpkgs-small (#1143)159Switched to a new branch 'update-package-t3code'160branch 'update-package-t3code' set up to track 'origin/main'.161$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["t3code"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source162fetch https://api.github.com/repos/pingdotgg/t3code/releases?per_page=100&page=1163fetch https://api.github.com/repos/pingdotgg/t3code/releases?per_page=100&page=2164fetch https://api.github.com/repos/pingdotgg/t3code/releases?per_page=100&page=3165fetch https://api.github.com/repos/pingdotgg/t3code/releases?per_page=100&page=4166fetch https://api.github.com/repos/pingdotgg/t3code/releases?per_page=100&page=5167fetch https://api.github.com/repos/pingdotgg/t3code/releases?per_page=100&page=6168Not updating version, already 0.0.40169$ git -C /build/checkout diff -- /build/checkout/packages/t3code170No changes detected, skipping remaining steps171:: t3code - no update172HEAD is now at 6deacc8d flake: update nixpkgs-small (#1143)173Switched to a new branch 'update-package-voquill'174branch 'update-package-voquill' set up to track 'origin/main'.175$ nix-instantiate --eval --json --strict /nix/store/nbkidsmcmisqk5721pw1s7vi9wpsdph2-nix-update-1.16.0/lib/python3.14/site-packages/nix_update/eval.nix --argstr importPath /build/checkout --argstr attribute '["voquill"]' --arg isFlake true --arg sanitizePositions true --argstr flakeImportPath /nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source176fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=1177fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=2178fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=3179fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=4180fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=5181fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=6182fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=7183fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=8184fetch https://api.github.com/repos/josiahsrc/voquill/releases?per_page=100&page=9185$ git diff --color=never --word-diff=porcelain -- /build/checkout/packages/voquill/package.nix186Update 0.0.651 -> 0.0.651 in /build/checkout/packages/voquill/package.nix187$ nix-build --expr 'let src = (let flake = builtins.getFlake "/nix/store/qic16rzh66ncbv7kjwikd1zysaqsz37c-source"; in flake.packages.${builtins.currentSystem}."voquill" or flake."voquill").src; in (src.overrideAttrs or (f: src // f src)) (_: { outputHash = ""; outputHashAlgo = "sha256"; })' --extra-experimental-features 'flakes nix-command'188$ git -C /build/checkout diff -- /build/checkout/packages/voquill189No changes detected, skipping remaining steps190:: voquill - no update191:: PR 1149 - nixbot/nix-build not green, not merging192effectPhase completed in 3 minutes 38 seconds