Add pkgs to the appimageTools wrap
diff --git a/src/apps/personal/packages/oneshot-game.nix b/src/apps/personal/packages/oneshot-game.nix
index 7d45aae..ed98808 100644
--- a/src/apps/personal/packages/oneshot-game.nix
+++ b/src/apps/personal/packages/oneshot-game.nix
@@ -1,4 +1,4 @@
-{ pkgs, ... }: appimageTools.wrapType2 {
+{ pkgs, ... }: pkgs.appimageTools.wrapType2 {
   name = "patchwork";
   src = ./oneshot-game/OneShot.AppImage;
   extraPkgs = pkgs: with pkgs; [ ];