This commit is contained in:
Kate 2025-04-26 11:49:40 +02:00
parent 46383d109c
commit 55d81011ae
6 changed files with 4 additions and 8 deletions

View file

@ -28,8 +28,6 @@
cursor.package = pkgs.phinger-cursors; cursor.package = pkgs.phinger-cursors;
cursor.name = "phinger-cursors-light"; cursor.name = "phinger-cursors-light";
cursor.size = 24; cursor.size = 24;
targets.qt.platform = "qtct";
}; };
} }
) )

View file

@ -6,7 +6,7 @@
{ ... }: { ... }:
let let
overlay = final': prev': { overlay = final': prev': {
signal-desktop = prev'.signal-desktop.overrideAttrs ( signal-desktop-bin = prev'.signal-desktop-bin.overrideAttrs (
final: prev: rec { final: prev: rec {
# We'll need to patch the ASAR in order to apply our fix. # We'll need to patch the ASAR in order to apply our fix.

View file

@ -8,7 +8,6 @@
pkgs, pkgs,
agenix, agenix,
nil, nil,
attic,
is-hm-standalone, is-hm-standalone,
is-droid, is-droid,
... ...
@ -234,7 +233,6 @@ with pkgs;
#jadx #jadx
steam-run steam-run
attic.attic
] ]
else else

View file

@ -121,7 +121,7 @@ with pkgs;
# Comms. # Comms.
#mattermost-desktop #mattermost-desktop
signal-desktop signal-desktop-bin
signal-export signal-export
obs-studio obs-studio
whatsie whatsie

View file

@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-9ghnPe83K+qixaFKCdM2FCPoENTNJnZA+OmmpD0E5LE="; hash = "sha256-9ghnPe83K+qixaFKCdM2FCPoENTNJnZA+OmmpD0E5LE=";
}; };
cargoHash = "sha256-8petNuCJ1qS6XKt+24Lg/bZh96yj9oO6fu/z65Xhi4k="; cargoHash = "sha256-WddBZG+K6mbI35XF32BltinXkmkwpcRd8CZOB1PTwM8=";
nativeBuildInputs = [ nativeBuildInputs = [
pkg-config pkg-config

View file

@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
hash = "sha256-CiZG0O5F2sidInSFUtB1q5GSfTIjX9xUr52y0TZ5tDs="; hash = "sha256-CiZG0O5F2sidInSFUtB1q5GSfTIjX9xUr52y0TZ5tDs=";
}; };
cargoHash = "sha256-ldgFCq2MaFmJhTcPx8zTLX7ErgNGlSqRaQRr9fWf1uU="; cargoHash = "sha256-32DXHg0xVfUID8/jFNm3gowjOwCOsXH9sXDGM5yK7sA=";
meta = { meta = {
description = "A syntax-aware git merge driver for a growing collection of programming languages and file formats"; description = "A syntax-aware git merge driver for a growing collection of programming languages and file formats";