blob: eecf15b1a5d400302a27726e03ab863e3517d7bf [file] [log] [blame]
{ pkgs, ... }: pkgs.appimageTools.wrapType1 {
name = "StashPad";
src = "./stashpad/StashPad.AppImage";
extraPkgs = pkgs: with pkgs; [ ];
}