blob: 7d45aae1aff3ee19bdc296f0a17b2c25e82de4fc [file] [log] [blame]
{ pkgs, ... }: appimageTools.wrapType2 {
name = "patchwork";
src = ./oneshot-game/OneShot.AppImage;
extraPkgs = pkgs: with pkgs; [ ];
}