A collection of easily useable/reusable nilla shells

feat: add node shell #1

merged opened by thecoded.prof targeting main from private/coded/push-ylryrulwsykk
Labels

None yet.

assignee

None yet.

Participants 1
AT URI
at://did:plc:t4ifz7bz4cnukxryiqnbgxxr/sh.tangled.repo.pull/3mfsfo43hop22
+20
Diff #0
+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
sign up or login to add to the discussion
thecoded.prof submitted #0
1 commit
expand
feat: add node shell
expand 0 comments
pull request successfully merged