Skip to content

Commit

Permalink
nix: add pnpm to shell
Browse files Browse the repository at this point in the history
  • Loading branch information
sandydoo committed Jul 21, 2024
1 parent bd82183 commit 93cdf8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
in {
devShells = {
default = pkgs.mkShell {
packages = with pkgs; [nixfmt wasm-pack wgsl-analyzer cargo-outdated];
packages = with pkgs; [nixfmt wasm-pack wgsl-analyzer cargo-outdated nodePackages.pnpm];
inputsFrom = with config.packages; [flux flux-desktop flux-wasm];
nativeBuildInputs = [rustToolchain];
};
Expand Down

0 comments on commit 93cdf8b

Please sign in to comment.