frpball: config.allowBroken = true

required for GPipe-2.2.4
master
Astro 4 years ago
parent e5b208ef82
commit 35916b1e53

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

Loading…
Cancel
Save