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