mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-17 14:19:58 +03:00
zsh-vi-mode: set platforms
This commit is contained in:
parent
d3fe337266
commit
bbf875773f
@ -24,5 +24,6 @@ stdenv.mkDerivation rec {
|
|||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
description = "A better and friendly vi(vim) mode plugin for ZSH.";
|
description = "A better and friendly vi(vim) mode plugin for ZSH.";
|
||||||
maintainers = with maintainers; [ kyleondy ];
|
maintainers = with maintainers; [ kyleondy ];
|
||||||
|
platforms = platforms.all;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user