We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63598d9 commit d09d02cCopy full SHA for d09d02c
modules/overlays/default.nix
@@ -1,8 +1,6 @@
1
{ ... }:
2
{
3
nixpkgs.overlays = [
4
- (import ./bun.nix)
5
- # (import ./nodejs_24.nix)
6
(import ./pnpm.nix)
7
];
8
}
0 commit comments