updates
This commit is contained in:
parent
46383d109c
commit
55d81011ae
6 changed files with 4 additions and 8 deletions
|
@ -28,8 +28,6 @@
|
|||
cursor.package = pkgs.phinger-cursors;
|
||||
cursor.name = "phinger-cursors-light";
|
||||
cursor.size = 24;
|
||||
|
||||
targets.qt.platform = "qtct";
|
||||
};
|
||||
}
|
||||
)
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
{ ... }:
|
||||
let
|
||||
overlay = final': prev': {
|
||||
signal-desktop = prev'.signal-desktop.overrideAttrs (
|
||||
signal-desktop-bin = prev'.signal-desktop-bin.overrideAttrs (
|
||||
final: prev: rec {
|
||||
|
||||
# We'll need to patch the ASAR in order to apply our fix.
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
pkgs,
|
||||
agenix,
|
||||
nil,
|
||||
attic,
|
||||
is-hm-standalone,
|
||||
is-droid,
|
||||
...
|
||||
|
@ -234,7 +233,6 @@ with pkgs;
|
|||
#jadx
|
||||
|
||||
steam-run
|
||||
attic.attic
|
||||
|
||||
]
|
||||
else
|
||||
|
|
|
@ -121,7 +121,7 @@ with pkgs;
|
|||
|
||||
# Comms.
|
||||
#mattermost-desktop
|
||||
signal-desktop
|
||||
signal-desktop-bin
|
||||
signal-export
|
||||
obs-studio
|
||||
whatsie
|
||||
|
|
|
@ -21,7 +21,7 @@ rustPlatform.buildRustPackage rec {
|
|||
hash = "sha256-9ghnPe83K+qixaFKCdM2FCPoENTNJnZA+OmmpD0E5LE=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-8petNuCJ1qS6XKt+24Lg/bZh96yj9oO6fu/z65Xhi4k=";
|
||||
cargoHash = "sha256-WddBZG+K6mbI35XF32BltinXkmkwpcRd8CZOB1PTwM8=";
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkg-config
|
||||
|
|
|
@ -18,7 +18,7 @@ rustPlatform.buildRustPackage rec {
|
|||
hash = "sha256-CiZG0O5F2sidInSFUtB1q5GSfTIjX9xUr52y0TZ5tDs=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-ldgFCq2MaFmJhTcPx8zTLX7ErgNGlSqRaQRr9fWf1uU=";
|
||||
cargoHash = "sha256-32DXHg0xVfUID8/jFNm3gowjOwCOsXH9sXDGM5yK7sA=";
|
||||
|
||||
meta = {
|
||||
description = "A syntax-aware git merge driver for a growing collection of programming languages and file formats";
|
||||
|
|
Loading…
Add table
Reference in a new issue