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