This commit is contained in:
sadan 2025-02-06 15:48:15 -05:00
parent 84b2a3a051
commit 1dc28da09f
No known key found for this signature in database

View file

@ -7,6 +7,7 @@
home = {
shellAliases = {
pd = "/home/meyer/dev/ts/pnpm/pnpm/dev/pd.js";
webpack = "webpack-cli";
};
packages = with pkgs;
[
@ -22,6 +23,7 @@
nodejs_22
vsce
] ++ (with pkgs.nodePackages; [
webpack-cli
nodemon
ts-node
pnpm