Merge pull request #108654 from SuperSandro2000/patch-1

tmuxPlugins.onedark-theme: fix entrypoint
This commit is contained in:
Sandro
2021-01-07 12:37:54 +01:00
committed by GitHub

View File

@@ -290,6 +290,7 @@ in rec {
onedark-theme = mkDerivation {
pluginName = "onedark-theme";
rtpFilePath = "tmux-onedark-theme.tmux";
version = "unstable-2020-06-07";
src = fetchFromGitHub {
owner = "odedlaz";