mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 09:17:14 +08:00 
			
		
		
		
	fydetab/duo: fix typo with enable option
This commit is contained in:
		@@ -13,7 +13,7 @@ in
 | 
			
		||||
  ];
 | 
			
		||||
 | 
			
		||||
  options.hardware.fydetab.duo = {
 | 
			
		||||
    enablePanthor = lib.mkEnable "Panthor GPU driver";
 | 
			
		||||
    enablePanthor = lib.mkEnableOption "Panthor GPU driver";
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  config = {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user