packages(dev): add bun, enable npm publishing
This commit is contained in:
parent
6bc3e70cc9
commit
6000190683
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user