refactor(nix): Use nixpkgs' vesktop now that it supports darwin
This commit is contained in:
parent
94d596e386
commit
b48174745d
7 changed files with 33 additions and 54 deletions
|
@ -24,7 +24,6 @@ in
|
|||
inputs.firefox-darwin.overlay
|
||||
(mkBrew { inherit system brew-api; nixpkgs = nixpkgs-stable; })
|
||||
(import ../../overlays/darwin/heliport.nix)
|
||||
(import ../../overlays/darwin/vesktop.nix)
|
||||
];
|
||||
nur = nur;
|
||||
}
|
||||
|
@ -53,7 +52,6 @@ in
|
|||
extraOverlays = [
|
||||
inputs.firefox-darwin.overlay
|
||||
(mkBrew { inherit system brew-api; nixpkgs = nixpkgs-stable; })
|
||||
(import ../../overlays/darwin/vesktop.nix)
|
||||
];
|
||||
nur = nur;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue