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