blob: 2f5e4cefb03584c9adad5416ad2ca92e33e1ab42 [file] [log] [blame]
{ pkgs, ... }: pkgs.appimageTools.wrapType1 {
name = "ShashPad";
src = "./shashpad/ShashPad.AppImage";
extraPkgs = pkgs: with pkgs; [ ];
}