blob: 2f5e4cefb03584c9adad5416ad2ca92e33e1ab42 [file] [log] [blame]
Skyler Greye4a3c192022-08-04 08:21:22 +01001{ pkgs, ... }: pkgs.appimageTools.wrapType1 {
2 name = "ShashPad";
3 src = "./shashpad/ShashPad.AppImage";
4 extraPkgs = pkgs: with pkgs; [ ];
5}