fix: update package source from nodePackages namespace to root namespace

This commit is contained in:
Ceferino Patino 2026-05-28 14:28:33 -05:00
commit 6461908e14
Signed by: c4patino
SSH key fingerprint: SHA256:9fQ9TsujGrdNNi76mnsu63v7dS5JOmHRZEqBOl49OR8

View file

@ -5,7 +5,7 @@
}:
mkShell {
nativeBuildInputs = with pkgs; [
nodePackages.pnpm
pnpm
];
buildInputs = with pkgs; [