mirror of
				https://github.com/SikongJueluo/cc-utils.git
				synced 2025-11-04 19:27:50 +08:00 
			
		
		
		
	
		
			
				
	
	
		
			11 lines
		
	
	
		
			153 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			153 B
		
	
	
	
		
			Nix
		
	
	
	
	
	
{ pkgs, lib, config, inputs, ... }:
 | 
						|
 | 
						|
{
 | 
						|
  packages = with pkgs; [
 | 
						|
    pnpm
 | 
						|
  ];
 | 
						|
 | 
						|
  # https://devenv.sh/languages/
 | 
						|
  languages.typescript.enable = true;
 | 
						|
}
 |