diff --git a/nix/devshells.nix b/nix/devshells.nix index 8f78e8f3..91935f1d 100644 --- a/nix/devshells.nix +++ b/nix/devshells.nix @@ -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;