añade whitelist de unfree packages
This commit is contained in:
		
							parent
							
								
									dde6cb493a
								
							
						
					
					
						commit
						b207e032bb
					
				
					 2 changed files with 8 additions and 0 deletions
				
			
		
							
								
								
									
										7
									
								
								home/allowUnfreeWhitelist.nix
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								home/allowUnfreeWhitelist.nix
									
										
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | |||
| {pkgs, config, lib, ...} : | ||||
| with lib; | ||||
| { | ||||
|   nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ | ||||
|     "vmware-horizon-client" | ||||
|   ]; | ||||
| } | ||||
|  | @ -8,6 +8,7 @@ with lib; | |||
|     ./isolation.nix | ||||
|     ./path.nix | ||||
|     ./systemd | ||||
|     ./allowUnfreeWhitelist.nix | ||||
|   ]; | ||||
| 
 | ||||
|   nixpkgs.overlays = [ self.overlay ]; | ||||
|  |  | |||
		Reference in a new issue
	
	 Fabián Montero
						Fabián Montero