Overlays: Disable neovide overlay (0.15.1 hit nixpkgs)
This commit is contained in:
@ -26,24 +26,23 @@
|
|||||||
# localSystem = {inherit (prev) system;};
|
# localSystem = {inherit (prev) system;};
|
||||||
# }).unityhub;
|
# }).unityhub;
|
||||||
|
|
||||||
# TODO: Remove this after 0.15.1 hits nixpkgs
|
# neovide = prev.neovide.overrideAttrs (finalAttrs: prevAttrs: {
|
||||||
neovide = prev.neovide.overrideAttrs (finalAttrs: prevAttrs: {
|
# version = "0.15.1";
|
||||||
version = "0.15.1";
|
# src = prev.fetchFromGitHub {
|
||||||
src = prev.fetchFromGitHub {
|
# owner = "neovide";
|
||||||
owner = "neovide";
|
# repo = "neovide";
|
||||||
repo = "neovide";
|
# tag = finalAttrs.version;
|
||||||
tag = finalAttrs.version;
|
# hash = "sha256-2iV3g6tcCkMF7sFG/GZDz3czPZNIDi6YLfrVzYO9jYI=";
|
||||||
hash = "sha256-2iV3g6tcCkMF7sFG/GZDz3czPZNIDi6YLfrVzYO9jYI=";
|
# };
|
||||||
};
|
# cargoHash = "sha256-YlHAcUCRk6ROg5yXIumHfsiR/2TrsSzbuXz/IQK7sEo=";
|
||||||
cargoHash = "sha256-YlHAcUCRk6ROg5yXIumHfsiR/2TrsSzbuXz/IQK7sEo=";
|
# cargoDeps = prev.rustPlatform.fetchCargoVendor {
|
||||||
cargoDeps = prev.rustPlatform.fetchCargoVendor {
|
# inherit (finalAttrs) pname src version;
|
||||||
inherit (finalAttrs) pname src version;
|
# hash = finalAttrs.cargoHash;
|
||||||
hash = finalAttrs.cargoHash;
|
# };
|
||||||
};
|
# });
|
||||||
});
|
|
||||||
|
|
||||||
# TODO: Remove this after jetbrains.jdk builds again (nixpkgs issue 425328)
|
# Remove this after jetbrains.jdk builds again (nixpkgs issue 425328)
|
||||||
jetbrains.rider = pkgs-stable.jetbrains.rider;
|
# jetbrains.rider = pkgs-stable.jetbrains.rider;
|
||||||
};
|
};
|
||||||
in
|
in
|
||||||
# Composes a list of overlays and returns a single overlay function that combines them.
|
# Composes a list of overlays and returns a single overlay function that combines them.
|
||||||
|
Reference in New Issue
Block a user