fix(nix/vesktop): NodeJS pain on macOS
This commit is contained in:
parent
1bdec0da31
commit
e5a8a50001
4 changed files with 34 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue