Enable evaluation of packages marked as broken in Nix configuration

This commit is contained in:
2025-10-05 03:31:28 +01:00
parent 534ca0a89e
commit 33d7cc4cbf

View File

@@ -54,6 +54,8 @@
# Allow proprietary software if needed
nixpkgs.config = {
allowUnfree = true;
# Permit evaluation of packages marked broken (zen-browser currently sets broken = true)
allowBroken = true;
};
# Set the minimal stateVersion. When you upgrade, bump per host.