Skip to content

Commit b99c0ae

Browse files
committed
bun
1 parent a3a6925 commit b99c0ae

3 files changed

Lines changed: 4 additions & 13 deletions

File tree

pkgs/bun/default.nix

Lines changed: 0 additions & 11 deletions
This file was deleted.

pkgs/modules/bun/default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1+
{ bun }:
12
{ pkgs, lib, ... }:
23

34
let
4-
bun = pkgs.callPackage ../../bun { };
55
bun-wrapped = pkgs.lib.mkWrapper-replit_ld_library_path bun;
66

77
extensions = [ ".js" ".jsx" ".cjs" ".mjs" ".ts" ".tsx" ".mts" ];

pkgs/modules/default.nix

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,9 @@ let
9191
nodejs = pkgs.nodejs_24;
9292
})
9393
(import ./bash)
94-
(import ./bun)
94+
(import ./bun {
95+
bun = pkgs.bun;
96+
})
9597
(import ./c)
9698
(import ./cpp)
9799
(import ./dart)

0 commit comments

Comments
 (0)