about summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-02-03 06:25:52 +0100
committeraszlig <aszlig@nix.build>2018-02-03 06:25:52 +0100
commite7136782e1a8116aec0c938521750e80e6a82772 (patch)
tree0660255c7a024d5d2bb277ac48ff25503b9ea9d9 /release.nix
parentbcf73c8e753094358ecc0ed5c3727119418db177 (diff)
release.nix: Evaluate broken packages
Just because a package is marked as broken doesn't necessarily mean it's
broken. For openlab.gitit this might still be the case, but having this
result in an eval error isn't very nice, so we'd rather just have this
boil down to a broken build instead.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @Profpatsch
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 08ff74c8..a3d220f4 100644
--- a/release.nix
+++ b/release.nix
@@ -52,6 +52,11 @@ let
     releaseLib = import "${nixpkgs}/pkgs/top-level/release-lib.nix" {
       inherit supportedSystems;
       packageSet = attrs: noGames (import vuizvui attrs).pkgs;
+      nixpkgsArgs.config = {
+        allowUnfree = false;
+        inHydra = true;
+        allowBroken = true;
+      };
     };
 
     packagePlatforms = mapAttrs (name: value: let