Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
bcfb826c22ad3e6826ad45dcde12e5b7255f5366
/
.
/
src
/
apps
/
personal
/
packages
/
oneshot-game.nix
blob: 7d45aae1aff3ee19bdc296f0a17b2c25e82de4fc [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
appimageTools
.
wrapType2
{
name
=
"patchwork"
;
src
=
./
oneshot
-
game
/
OneShot
.
AppImage
;
extraPkgs
=
pkgs
:
with
pkgs
;
[
];
}