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.package = pkgs.phinger-cursors;
|
||||||
cursor.name = "phinger-cursors-light";
|
cursor.name = "phinger-cursors-light";
|
||||||
cursor.size = 24;
|
cursor.size = 24;
|
||||||
|
|
||||||
targets.qt.platform = "qtct";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|
|
@ -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.
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Reference in a new issue