chore: update persist immich containers, add nix-ld on kroma, disable

STT until jaxlib is fixed
This commit is contained in:
oddlama 2024-07-02 14:49:46 +02:00
parent 09c4531854
commit fe75b5b78c
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
7 changed files with 45 additions and 41 deletions

BIN
pkgs/TransferOrb.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

View file

@ -17,11 +17,6 @@
Categories=Game
'';
file = "Awakened-PoE-Trade-${version}.AppImage";
icon = pkgs.fetchurl {
url = "https://web.poecdn.com/image/Art/2DItems/Currency/TransferOrb.png";
hash = "sha256-K6cG5ybC3uIveu/4JIcc5mGQFgDlQSw8L9aSzbkLe1w=";
};
in
pkgs.appimageTools.wrapType2 {
name = "awakened-poe-trade";
@ -32,7 +27,7 @@ in
extraInstallCommands = ''
mkdir -p $out/share/applications
cp ${icon} $out/share/applications/awakened-poe-trade.png
cp ${./TransferOrb.png} $out/share/applications/awakened-poe-trade.png
cp ${desktopEntry} $out/share/applications/${name}.desktop
substituteInPlace $out/share/applications/awakened-poe-trade.desktop --replace /share/ $out/share/
'';