Hey,
I maintain dawarich in nixpkgs (https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/da/dawarich/package.nix), but I've noticed that r-ryantm skips updating it because it uses "bundlerEnv": https://r.ryantm.com/log/dawarich/2026-02-03.log
|
infixOf "bundlerEnv" "Derivation contains bundlerEnv", |
However, I have a custom update script that handles it correctly. Is it possible to force r-ryantm to update regardless of the skip list, and run passthru.updateScript instead?
Hey,
I maintain dawarich in nixpkgs (https://github.com/NixOS/nixpkgs/blob/master/pkgs/by-name/da/dawarich/package.nix), but I've noticed that r-ryantm skips updating it because it uses "bundlerEnv": https://r.ryantm.com/log/dawarich/2026-02-03.log
nixpkgs-update/src/Skiplist.hs
Line 202 in 72155b1
However, I have a custom update script that handles it correctly. Is it possible to force r-ryantm to update regardless of the skip list, and run
passthru.updateScriptinstead?