Skip to content

Commit 74e4469

Browse files
committed
Fix appimage-runtime segfault
See AppImageCrafters/appimage-runtime#14 for more details.
1 parent 4674ac2 commit 74e4469

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
};
1212

1313
appimage-runtime = {
14-
url = "github:AppImageCrafters/appimage-runtime";
14+
# Fork until https://github.com/AppImageCrafters/appimage-runtime/pull/14 is merged
15+
url = "github:danobi/appimage-runtime/23f655a9313a6b962e072f12534982b925ecb8f7";
1516
flake = false;
1617
};
1718

0 commit comments

Comments
 (0)