mirror of
https://github.com/zephrynis/nix-flake.git
synced 2026-02-18 20:21:53 +00:00
Enable evaluation of packages marked as broken in Nix configuration
This commit is contained in:
@@ -54,6 +54,8 @@
|
|||||||
# Allow proprietary software if needed
|
# Allow proprietary software if needed
|
||||||
nixpkgs.config = {
|
nixpkgs.config = {
|
||||||
allowUnfree = true;
|
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.
|
# Set the minimal stateVersion. When you upgrade, bump per host.
|
||||||
|
|||||||
Reference in New Issue
Block a user