mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			12 lines
		
	
	
		
			199 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			12 lines
		
	
	
		
			199 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{
 | 
						|
  projectRootFile = "flake.nix";
 | 
						|
  programs = {
 | 
						|
    deadnix = {
 | 
						|
      enable = true;
 | 
						|
      no-lambda-pattern-names = true;
 | 
						|
    };
 | 
						|
    nixfmt.enable = true;
 | 
						|
  };
 | 
						|
  settings.on-unmatched = "info";
 | 
						|
}
 |