fix(nix/vesktop): NodeJS pain on macOS

This commit is contained in:
Ahmad Ansori Palembani 2025-05-01 15:11:44 +07:00
parent 1bdec0da31
commit e5a8a50001
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6
4 changed files with 34 additions and 20 deletions

View file

@ -29,6 +29,7 @@ in
(mkBrew { inherit system brew-api; nixpkgs = nixpkgs-stable; })
(import ../../overlays/darwin/heliport.nix)
(import ../../overlays/darwin/kanata.nix)
(import ../../overlays/vesktop.nix)
];
nur = nur;
}
@ -58,6 +59,7 @@ in
inputs.firefox-darwin.overlay
(mkBrew { inherit system brew-api; nixpkgs = nixpkgs-stable; })
(import ../../overlays/darwin/kanata.nix)
(import ../../overlays/vesktop.nix)
];
nur = nur;
}