Merge master into staging-next

This commit is contained in:
github-actions[bot]
2021-02-09 06:16:02 +00:00
committed by GitHub
101 changed files with 477 additions and 686 deletions
+1 -1
View File
@@ -66,7 +66,7 @@ let
# {pkgs, ...}:
# {
# allowUnfree = false;
# allowUnfreePredicate = (x: pkgs.lib.hasPrefix "flashplayer-" x.name);
# allowUnfreePredicate = (x: pkgs.lib.hasPrefix "vscode" x.name);
# }
allowUnfreePredicate = config.allowUnfreePredicate or (x: false);