We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a6925 commit b99c0aeCopy full SHA for b99c0ae
3 files changed
pkgs/bun/default.nix
pkgs/modules/bun/default.nix
@@ -1,7 +1,7 @@
1
+{ bun }:
2
{ pkgs, lib, ... }:
3
4
let
- bun = pkgs.callPackage ../../bun { };
5
bun-wrapped = pkgs.lib.mkWrapper-replit_ld_library_path bun;
6
7
extensions = [ ".js" ".jsx" ".cjs" ".mjs" ".ts" ".tsx" ".mts" ];
pkgs/modules/default.nix
@@ -91,7 +91,9 @@ let
91
nodejs = pkgs.nodejs_24;
92
})
93
(import ./bash)
94
- (import ./bun)
+ (import ./bun {
95
+ bun = pkgs.bun;
96
+ })
97
(import ./c)
98
(import ./cpp)
99
(import ./dart)
0 commit comments