fix: replace deprecated appimageTools.extractType2 with extract

Also bumps the buzz input (0.5.18 -> 0.5.20), which pulls rust-overlay
fd2ebb9 where the stdenv.isLinux/isDarwin reads were migrated to
stdenv.hostPlatform — eliminating evaluation warnings.
This commit is contained in:
2026-08-31 11:44:50 +02:00
parent db370d849a
commit 8f2d1beba3
4 changed files with 13 additions and 34 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
url = "https://next-assets.msty.studio/app/alpha/linux/MstyStudio_x86_64.AppImage";
sha256 = "sha256-zJcGK7QEL3ROgVJy13mMdY/437H3Zx8EwSXy7rEhV9w=";
};
appimageContents = appimageTools.extractType2 {inherit pname version src;};
appimageContents = appimageTools.extract {inherit pname version src;};
in
appimageTools.wrapType2 {
inherit pname version src;