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