update and fix/ignore currently broken rust builds
This commit is contained in:
13
overlays.nix
13
overlays.nix
@@ -18,6 +18,19 @@
|
||||
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.hyprland;
|
||||
xdg-desktop-portal-hyprland =
|
||||
inputs.hyprland.packages.${prev.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
|
||||
delta = prev.delta.overrideAttrs (oldAttrs: rec {
|
||||
version = "0.17.0-unstable-2024-08-12";
|
||||
src = prev.fetchFromGitHub {
|
||||
owner = "dandavison";
|
||||
repo = "delta";
|
||||
rev = "a01141b72001f4c630d77cf5274267d7638851e4";
|
||||
hash = "sha256-My51pQw5a2Y2VTu39MmnjGfmCavg8pFqOmOntUildS0=";
|
||||
};
|
||||
cargoDeps = oldAttrs.cargoDeps.overrideAttrs {
|
||||
inherit src;
|
||||
outputHash = "sha256-TJ/yLt53hKElylycUfGV8JGt7GzqSnIO3ImhZvhVQu0=";
|
||||
};
|
||||
});
|
||||
|
||||
# .png doesnt work :(
|
||||
#fastfetch = prev.fastfetch.overrideAttrs (oldAttrs: {
|
||||
|
||||
Reference in New Issue
Block a user