Skip to content

Commit

Permalink
Add nodejs to the devshell (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
pnmadelaine authored Feb 11, 2024
1 parent a9e98e5 commit 01e3cb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions nix/devshells.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,19 @@ in {
default = pkgs.mkShell {
name = "typhon-devshell";
packages = builtins.attrValues {
inherit (pkgs) nix;
inherit (rust) rustToolchain;
inherit
(pkgs)
alejandra
bubblewrap
cargo-leptos
diesel-cli
leptosfmt
nix
nodejs # npm
pkg-config
rust-analyzer
rustfmt
alejandra
sqlite
;
inherit build serve watch format;
Expand Down

0 comments on commit 01e3cb4

Please sign in to comment.