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