+20
nilla.nix
+20
nilla.nix
···
43
43
};
44
44
};
45
45
46
+
shells.node = {
47
+
systems = [ "x86_64-linux" ];
48
+
49
+
shell =
50
+
{
51
+
pkgs,
52
+
mkShell,
53
+
}:
54
+
mkShell {
55
+
packages = [
56
+
pkgs.nodejs_24
57
+
pkgs.eslint_d
58
+
pkgs.eslint
59
+
pkgs.typescript
60
+
pkgs.typescript-language-server
61
+
pkgs.package-version-server
62
+
];
63
+
};
64
+
};
65
+
46
66
shells.typst = {
47
67
systems = [ "x86_64-linux" ];
48
68
History
1 round
0 comments
thecoded.prof
submitted
#0
1 commit
expand
collapse
feat: add node shell
expand 0 comments
pull request successfully merged