Skip to content

Commit

Permalink
shells/angular: add pnpm
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Jul 18, 2024
1 parent 92355f1 commit 69cc1b3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions shells/angular/default.nix
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{ mkShell, pkgs, ... }:
mkShell {
packages = with pkgs; [
nodePackages."@angular/cli"
nodejs-18_x
pnpm
vimPlugins.nvim-treesitter-parsers.angular
vscode-extensions.angular.ng-template
nodejs-18_x
yarn
nodePackages."@angular/cli"
];

shellHook = ''
Expand Down

0 comments on commit 69cc1b3

Please sign in to comment.