chore(nix): needed nodejs alone

This commit is contained in:
Mouadhbendjedidi 2026-04-30 10:50:16 +01:00
parent dbd714cd5a
commit 0f561d5cb6
No known key found for this signature in database
2 changed files with 1 additions and 3 deletions

View file

@ -14,7 +14,6 @@
devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [
nodejs
npm
];
};
};

View file

@ -9,8 +9,7 @@
in {
devShells.${system}.default = pkgs.mkShell {
buildInputs = with pkgs; [
nodejs_22
nodePackages.npm
nodejs
];
};
};