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
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue