commit b1e27d8e2a03082dbe0d56a41868140a0beef1ad parent e52739d3e471aa4d5d3827e6cc7e98865712f935 Author: Vincent Demeester <vincent@sbr.pm> Date: Thu, 8 Apr 2021 17:56:57 +0200 systems: do not allow broken… Signed-off-by: Vincent Demeester <vincent@sbr.pm> Diffstat:
M | systems/modules/core/nix.nix | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/systems/modules/core/nix.nix b/systems/modules/core/nix.nix @@ -96,6 +96,7 @@ in ]; config = { allowUnfree = true; + #allowBroken = true; }; }; system = {