5 lines
		
	
	
		
			69 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			69 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { config, lib, pkgs, ... }:
 | |
| {
 | |
|   nixpkgs.config.allowUnfree = true;
 | |
| }
 | 
| { config, lib, pkgs, ... }:
 | |
| {
 | |
|   nixpkgs.config.allowUnfree = true;
 | |
| }
 |