mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
chore: update to new unified zen browser flake
This commit is contained in:
parent
27f22ecc19
commit
4bfb254c0c
3 changed files with 8 additions and 81 deletions
|
@ -12,13 +12,7 @@ in
|
|||
{
|
||||
nixpkgs.overlays = [
|
||||
(self: super: {
|
||||
zen-browser =
|
||||
if system == "x86_64-linux" then
|
||||
inputs.zen-browser.packages.${system}.default
|
||||
else if system == "aarch64-linux" then
|
||||
inputs.zen-browser-source.packages.${system}.default
|
||||
else
|
||||
null;
|
||||
zen-browser = inputs.zen-browser.packages.${system}.default;
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue