Updated Nixpkgs from the unstable branch, cleaned up code for BIP110 being merged into Knots, and removed Element Desktop and Bitwarden desktop as they use electron which can cause build errors in Nixos unstable. To get Element desktop and Bitwarden desktop use Flatpak from now on.
Updated Nixpkgs from the unstable branch, cleaned up code for BIP110 being merged into Knots, and removed Element Desktop and Bitwarden desktop as they use electron which can cause build errors in Nixos unstable. To get Element desktop and Bitwarden desktop use Flatpak from now on.
- modules/core/roles.nix: re-declare bip110 as a nullOr bool no-op
option so existing custom.nix files with `lib.mkForce true` continue
to evaluate; add config.warnings block that fires only when the stale
flag is explicitly set
- server.py: add DEPRECATED_FEATURE_IDS constant; skip deprecated ids
in _read_hub_overrides and _write_hub_overrides; add
_migrate_strip_deprecated_features helper that rewrites the Hub
Managed section without deprecated lines on startup; add
@app.on_event("startup") handler _startup_migrate_deprecated_features
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Updated Nixpkgs from the unstable branch, cleaned up code for BIP110 being merged into Knots, and removed Element Desktop and Bitwarden desktop as they use electron which can cause build errors in Nixos unstable. To get Element desktop and Bitwarden desktop use Flatpak from now on.
- modules/core/roles.nix: re-declare bip110 as a nullOr bool no-op option so existing custom.nix files with `lib.mkForce true` continue to evaluate; add config.warnings block that fires only when the stale flag is explicitly set - server.py: add DEPRECATED_FEATURE_IDS constant; skip deprecated ids in _read_hub_overrides and _write_hub_overrides; add _migrate_strip_deprecated_features helper that rewrites the Hub Managed section without deprecated lines on startup; add @app.on_event("startup") handler _startup_migrate_deprecated_featuresNot needed. Used git push.
Pull request closed