CI: GitHub: Tmp allow broken/try to build broken Nix closures (#97)

SInce projects are broken quite frequently - introducing tmp `allowBroken` fix.
Works towards #67.
This commit is contained in:
Anton Latukha 2020-12-22 21:32:42 +02:00 committed by GitHub
parent b61f40ad2e
commit 40a54cd6d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,9 @@ jobs:
nix_path: nixpkgs=channel:nixos-unstable
- name: "Determined Nix-build"
run: nix-build ../ -A "pkgs.haskellPackages.${{ matrix.packageRoot }}"
env:
# 2020-12-22: NOTE: allowBroken ideally should be temporary.
NIXPKGS_ALLOW_BROKEN: "1"