mirror of
				https://github.com/Jokiller230/puzzlevision.git
				synced 2025-11-03 23:28:48 +00:00 
			
		
		
		
	fix(module): add missing semicolons
This commit is contained in:
		
							parent
							
								
									b43660c227
								
							
						
					
					
						commit
						11b1410d2c
					
				
					 4 changed files with 7 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -20,13 +20,13 @@ in {
 | 
			
		|||
    enable = mkEnableOption "Modify the standard kernel settings";
 | 
			
		||||
    version = mkOption {
 | 
			
		||||
      type = lib.types.str;
 | 
			
		||||
      default = "latest";
 | 
			
		||||
      example = "latest";
 | 
			
		||||
      description = "Set the kernel version to be used by your system"
 | 
			
		||||
      default = "linuxPackages_latest";
 | 
			
		||||
      example = "linuxPackages_latest";
 | 
			
		||||
      description = "Set the kernel version to be used by your system";
 | 
			
		||||
    };
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
  config = mkIf cfg.enable {
 | 
			
		||||
    kernelPackages = pkgs.linuxPackages_${cfg.version};
 | 
			
		||||
    boot.kernelPackages = pkgs.${cfg.version};
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue