frpball: config.allowBroken = true

required for GPipe-2.2.4
This commit is contained in:
Astro 2019-10-10 23:45:23 +02:00
parent e5b208ef82
commit 35916b1e53
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ pkgs ? import <nixpkgs> {},
{ pkgs ? import <nixpkgs> { config.allowBroken = true; },
}:
with pkgs;