 ba930d8679
			
		
	
	
		ba930d8679
		
			
		
	
	
	
	
		
			
			This leads to ci failure otherwise if the file gets changed. git-blame can ignore whitespace changes.
		
			
				
	
	
		
			14 lines
		
	
	
		
			238 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
		
			238 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
| { pkgs, ... }:
 | |
| 
 | |
| {
 | |
| 
 | |
|   environment.systemPackages = [ pkgs.bcache-tools ];
 | |
| 
 | |
|   services.udev.packages = [ pkgs.bcache-tools ];
 | |
| 
 | |
|   boot.initrd.extraUdevRulesCommands = ''
 | |
|     cp -v ${pkgs.bcache-tools}/lib/udev/rules.d/*.rules $out/
 | |
|   '';
 | |
| 
 | |
| }
 |