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