mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	format nix code after nixfmt update
This commit is contained in:
		@@ -139,7 +139,8 @@
 | 
			
		||||
          device = "/iso/nix-store.squashfs";
 | 
			
		||||
          options = [
 | 
			
		||||
            "loop"
 | 
			
		||||
          ] ++ lib.optional (config.boot.kernelPackages.kernel.kernelAtLeast "6.2") "threads=multi";
 | 
			
		||||
          ]
 | 
			
		||||
          ++ lib.optional (config.boot.kernelPackages.kernel.kernelAtLeast "6.2") "threads=multi";
 | 
			
		||||
          neededForBoot = true;
 | 
			
		||||
        };
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user