blob: 7d45aae1aff3ee19bdc296f0a17b2c25e82de4fc [file] [log] [blame]
Skyler Turnerbcfb8262022-04-20 21:35:18 +01001{ pkgs, ... }: appimageTools.wrapType2 {
2 name = "patchwork";
3 src = ./oneshot-game/OneShot.AppImage;
4 extraPkgs = pkgs: with pkgs; [ ];
5}