Skip to content

debos: 1.1.5 -> 1.1.7#482709

Merged
pbsds merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/debos
Apr 15, 2026
Merged

debos: 1.1.5 -> 1.1.7#482709
pbsds merged 1 commit intoNixOS:masterfrom
r-ryantm:auto-update/debos

Conversation

@r-ryantm
Copy link
Copy Markdown
Contributor

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for debos is: Tool to create Debian OS images

meta.homepage for debos is: https://github.com/go-debos/debos

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.1.6 in filename of file in /nix/store/ldjczbx8dp1d2hdlgsmcv8blwyhrnykv-debos-1.1.6

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

debos
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/ldjczbx8dp1d2hdlgsmcv8blwyhrnykv-debos-1.1.6 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A debos https://github.com/r-ryantm/nixpkgs/archive/5ca90748bc351fdf76d03b6f0e41b7cc9428fd05.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/5ca90748bc351fdf76d03b6f0e41b7cc9428fd05#debos

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/ldjczbx8dp1d2hdlgsmcv8blwyhrnykv-debos-1.1.6
ls -la /nix/store/ldjczbx8dp1d2hdlgsmcv8blwyhrnykv-debos-1.1.6/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 5ca90748bc351fdf76d03b6f0e41b7cc9428fd05


x86_64-linux

✅ 1 package built:
  • debos

Maintainer pings

cc @liberodark for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@nixpkgs-ci nixpkgs-ci bot requested a review from liberodark January 22, 2026 15:13
@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux. 2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 8.has: package (update) This PR updates a package to a newer version labels Jan 22, 2026
@r-ryantm r-ryantm changed the title debos: 1.1.5 -> 1.1.6 debos: 1.1.5 -> 1.1.7 Feb 12, 2026
@r-ryantm
Copy link
Copy Markdown
Contributor Author

Automatic update generated by nixpkgs-update tools. This update was made based on information from passthru.updateScript.

meta.description for debos is: Tool to create Debian OS images

meta.homepage for debos is: https://github.com/go-debos/debos

Updates performed
  • Ran passthru.UpdateScript
To inspect upstream changes
Impact

Checks done


  • built on NixOS
  • The tests defined in passthru.tests, if any, passed
  • found 1.1.7 in filename of file in /nix/store/73m76316ywf1jk68a6y1312vpym11l67-debos-1.1.7

Rebuild report (if merged into master) (click to expand)
2 total rebuild path(s)

2 package rebuild(s)

First fifty rebuilds by attrpath

debos
Instructions to test this update (click to expand)

Either download from the cache:

nix-store -r /nix/store/73m76316ywf1jk68a6y1312vpym11l67-debos-1.1.7 \
  --option binary-caches 'https://cache.nixos.org/ https://nixpkgs-update-cache.nix-community.org/' \
  --option trusted-public-keys '
  nixpkgs-update-cache.nix-community.org-1:U8d6wiQecHUPJFSqHN9GSSmNkmdiFW7GW7WNAnHW0SM=
  cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY=
  '

(The nixpkgs-update cache is only trusted for this store-path realization.)
For the cached download to work, your user must be in the trusted-users list or you can use sudo since root is effectively trusted.

Or, build yourself:

nix-build -A debos https://github.com/r-ryantm/nixpkgs/archive/03d37494d205b5da2a9502c83fbf8a7b13f45bf1.tar.gz

Or:

nix build github:r-ryantm/nixpkgs/03d37494d205b5da2a9502c83fbf8a7b13f45bf1#debos

After you've downloaded or built it, look at the files and if there are any, run the binaries:

ls -la /nix/store/73m76316ywf1jk68a6y1312vpym11l67-debos-1.1.7
ls -la /nix/store/73m76316ywf1jk68a6y1312vpym11l67-debos-1.1.7/bin


Pre-merge build results

We have automatically built all packages that will get rebuilt due to
this change.

This gives evidence on whether the upgrade will break dependent packages.
Note sometimes packages show up as failed to build independent of the
change, simply because they are already broken on the target branch.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review --extra-nixpkgs-config '{ allowBroken = false; }'
Commit: 03d37494d205b5da2a9502c83fbf8a7b13f45bf1


x86_64-linux

✅ 1 package built:
  • debos

Maintainer pings

cc @liberodark for testing.

Tip

As a maintainer, if your package is located under pkgs/by-name/*, you can comment @NixOS/nixpkgs-merge-bot merge to automatically merge this update using the nixpkgs-merge-bot.

@pbsbot
Copy link
Copy Markdown

pbsbot commented Apr 15, 2026

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 482709
Commit: 03d37494d205b5da2a9502c83fbf8a7b13f45bf1


x86_64-linux

✅ 1 package built:
  • debos

@pbsds pbsds added this pull request to the merge queue Apr 15, 2026
Merged via the queue into NixOS:master with commit abe8f7c Apr 15, 2026
26 checks passed
@r-ryantm r-ryantm deleted the auto-update/debos branch April 15, 2026 12:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

2.status: merge-bot eligible This PR can be merged by commenting "@NixOS/nixpkgs-merge-bot merge". 8.has: package (update) This PR updates a package to a newer version 10.rebuild-darwin: 0 This PR does not cause any packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-linux: 1 This PR causes 1 package to rebuild on Linux.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants