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