Gitiles
Code Review
Sign In
git.clicks.codes
/
Minion
/
NixFiles
/
e4a3c19ea743222f4e3aa21193c71ab7ce25e0ce
/
.
/
src
/
packages
/
stashpad.nix
blob: 2f5e4cefb03584c9adad5416ad2ca92e33e1ab42 [
file
] [
log
] [
blame
]
{
pkgs
,
...
}:
pkgs
.
appimageTools
.
wrapType1
{
name
=
"ShashPad"
;
src
=
"./shashpad/ShashPad.AppImage"
;
extraPkgs
=
pkgs
:
with
pkgs
;
[
];
}