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