Skip to content

Commit

Permalink
feat(development/node): add pnpm & bun as packages
Browse files Browse the repository at this point in the history
dsluijk committed Dec 3, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent d2e281a commit 46469c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/development/node.nix
Original file line number Diff line number Diff line change
@@ -18,6 +18,8 @@ in {
home.packages = [
cfg.package
pkgs.yarn
pkgs.pnpm
pkgs.bun
];
};
};

0 comments on commit 46469c4

Please sign in to comment.