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