Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
62e6ae1a15fdc1fe3fc0fd956d5e5a1c4b33e90c
/
.
/
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
;
[
];
}