packages(dev): add bun, enable npm publishing

This commit is contained in:
Michael Thomas 2023-11-30 12:39:29 -05:00
parent 6bc3e70cc9
commit 6000190683

View File

@ -7,6 +7,7 @@
nodePackages.yarn
unstable.nodePackages.pnpm
deno
unstable.bun
# PHP
php
# Python
@ -23,13 +24,6 @@
extensions = ["rust-src"];
})
];
home.file.npmrc = {
enable = true;
target = ".npmrc";
text = ''
prefix = ''${HOME}/.npm-packages
'';
};
programs.zsh.initExtra = ''
export PATH=~/.npm-packages/bin:$PATH
export NODE_PATH=~/.npm-packages/lib/node_modules