yaziPlugins.gvfs: init at 0-unstable-2026-02-16
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
lib,
|
||||
fetchFromGitHub,
|
||||
mkYaziPlugin,
|
||||
}:
|
||||
mkYaziPlugin {
|
||||
pname = "gvfs.yazi";
|
||||
version = "0-unstable-2026-02-16";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "boydaihungst";
|
||||
repo = "gvfs.yazi";
|
||||
rev = "9d64595cd5ba669dda27d41a936e748a795e949a";
|
||||
hash = "sha256-KXx0SDcksaA7cM7UonUGVtm1JJEyC1lGja3R+fsHxtY=";
|
||||
};
|
||||
|
||||
meta = {
|
||||
description = "Transparently mount and unmount devices or remote storage in read and write mode";
|
||||
homepage = "https://github.com/boydaihungst/gvfs.yazi";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ anninzy ];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user