Overall Update and Streamlined #11
Reference in New Issue
Block a user
Delete Branch "staging-dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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