mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
Merge pull request #319372 from NixOS/backport-279864-to-release-23.11
[Backport release-23.11] vimPlugins/copilot-vim: specify license (unfree)
This commit is contained in:
@@ -371,6 +371,8 @@ self: super: {
|
||||
--replace " let node = get(g:, 'copilot_node_command', ''\'''\')" \
|
||||
" let node = get(g:, 'copilot_node_command', '${nodejs}/bin/node')"
|
||||
'';
|
||||
|
||||
meta.license = lib.licenses.unfree;
|
||||
};
|
||||
|
||||
coq_nvim = super.coq_nvim.overrideAttrs {
|
||||
|
||||
Reference in New Issue
Block a user