Skip to content

Commit d09d02c

Browse files
committed
feat(overlays): use nixpkgs for bun and nodejs_24
1 parent 63598d9 commit d09d02c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/overlays/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{ ... }:
22
{
33
nixpkgs.overlays = [
4-
(import ./bun.nix)
5-
# (import ./nodejs_24.nix)
64
(import ./pnpm.nix)
75
];
86
}

0 commit comments

Comments
 (0)