mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			254 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			254 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  assertions = [
 | 
						|
    {
 | 
						|
      assertion = false;
 | 
						|
      message = "Importing framework/ (default.nix) directly is deprecated! See https://github.com/NixOS/nixos-hardware/blob/master/framework/OLD-BEHAVIOUR-DEPRECATION.md for more details.";
 | 
						|
    }
 | 
						|
  ];
 | 
						|
}
 |