update and fix/ignore currently broken rust builds

This commit is contained in:
Kopatz
2024-08-16 12:48:52 +02:00
parent 8df7c8ef91
commit 5484575693
6 changed files with 51 additions and 30 deletions

View File

@@ -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: {