CI: drop NIXPKGS_ALLOW_BROKEN env

This commit is contained in:
Richard Marko 2022-04-22 13:43:47 +02:00
parent 690e7a6e4b
commit ade0ba5a58

View File

@ -42,9 +42,3 @@ jobs:
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
- name: "Determined Nix-build"
run: nix-build ../ -A "haskellPackages.${{ matrix.packageRoot }}"
env:
# 2020-12-22: NOTE: allowBroken ideally should be temporary.
NIXPKGS_ALLOW_BROKEN: "1"