fix(nix): install pnpm

Signed-off-by: Sefa Eyeoglu <contact@scrumplex.net>
This commit is contained in:
Sefa Eyeoglu 2023-06-10 12:15:17 +02:00
parent a43aa71df0
commit 9996a93e29
No known key found for this signature in database
GPG key ID: E13DFD4B47127951

View file

@ -32,7 +32,7 @@
};
devShells.default = pkgs.mkShell {
inherit (self.checks.${system}.pre-commit-check) shellHook;
packages = with pkgs; [yarn];
packages = with pkgs; [nodePackages.pnpm];
};
});
}