tmuxPlugins.onedark-theme: fix entrypoint

This commit is contained in:
Andy Richardson
2020-12-28 17:00:54 +00:00
committed by Sandro Jäckel
parent 4b210ca92a
commit 117a657737

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";