We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b99c0ae commit 929b7afCopy full SHA for 929b7af
pkgs/modules/nodejs/default.nix
@@ -6,7 +6,7 @@ let
6
7
short-version = lib.versions.major nodejs.version;
8
9
- bun = pkgs.callPackage ../../bun { };
+ bun = pkgs.bun;
10
11
nodepkgs = pkgs.nodePackages.override {
12
inherit nodejs;
0 commit comments