packages(dev): add bun, enable npm publishing
This commit is contained in:
parent
6bc3e70cc9
commit
6000190683
@ -7,6 +7,7 @@
|
|||||||
nodePackages.yarn
|
nodePackages.yarn
|
||||||
unstable.nodePackages.pnpm
|
unstable.nodePackages.pnpm
|
||||||
deno
|
deno
|
||||||
|
unstable.bun
|
||||||
# PHP
|
# PHP
|
||||||
php
|
php
|
||||||
# Python
|
# Python
|
||||||
@ -23,13 +24,6 @@
|
|||||||
extensions = ["rust-src"];
|
extensions = ["rust-src"];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
home.file.npmrc = {
|
|
||||||
enable = true;
|
|
||||||
target = ".npmrc";
|
|
||||||
text = ''
|
|
||||||
prefix = ''${HOME}/.npm-packages
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
programs.zsh.initExtra = ''
|
programs.zsh.initExtra = ''
|
||||||
export PATH=~/.npm-packages/bin:$PATH
|
export PATH=~/.npm-packages/bin:$PATH
|
||||||
export NODE_PATH=~/.npm-packages/lib/node_modules
|
export NODE_PATH=~/.npm-packages/lib/node_modules
|
||||||
|
Loading…
x
Reference in New Issue
Block a user