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