This commit is contained in:
		| @@ -28,6 +28,11 @@ | |||||||
|           let |           let | ||||||
|             pkgs = import nixpkgs { |             pkgs = import nixpkgs { | ||||||
|               inherit system; |               inherit system; | ||||||
|  |               config.allowUnfreePredicate = | ||||||
|  |                 pkg: | ||||||
|  |                 builtins.elem (lib.getName pkg) [ | ||||||
|  |                   "widevine-cdm" | ||||||
|  |                 ]; | ||||||
|             }; |             }; | ||||||
|             inherit (pkgs) lib; |             inherit (pkgs) lib; | ||||||
|             scope = lib.makeScope pkgs.newScope (final: self.overlays.default (pkgs // final) pkgs); |             scope = lib.makeScope pkgs.newScope (final: self.overlays.default (pkgs // final) pkgs); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user