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

@ -3,7 +3,8 @@
let
overlays = [
(import ../overlays/python.nix)
(import ../overlays/vesktop.nix)
# FIXME: Can't enable this here since brew-nix is not yet "initialized" at this point
#(import ../overlays/vesktop.nix)
] ++ extraOverlays;
# Placed here so that we don't need to specify hash for fetchTarball