mirror of
https://github.com/SikongJueluo/cc-utils.git
synced 2025-11-04 19:27:50 +08:00
add nix support
This commit is contained in:
10
devenv.nix
Normal file
10
devenv.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ pkgs, lib, config, inputs, ... }:
|
||||
|
||||
{
|
||||
packages = with pkgs; [
|
||||
pnpm
|
||||
];
|
||||
|
||||
# https://devenv.sh/languages/
|
||||
languages.typescript.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user