{ pkgs }: {
  allowUnfree = true;
  allowUnfreePredicate = pkg: true;
}