mirror of
https://github.com/foo-dogsquared/nixos-config.git
synced 2025-01-30 22:57:55 +00:00
firefox-addons: add "Sourcegraph for Firefox" extension
This commit is contained in:
parent
06b67a7010
commit
5e37db2361
@ -86,6 +86,26 @@
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
"sourcegraph-for-firefox" = buildFirefoxXpiAddon {
|
||||
pname = "sourcegraph-for-firefox";
|
||||
version = "23.4.14.1343";
|
||||
addonId = "sourcegraph-for-firefox@sourcegraph.com";
|
||||
url = "https://addons.mozilla.org/firefox/downloads/file/4097469/sourcegraph_for_firefox-23.4.14.1343.xpi";
|
||||
sha256 = "fa02236d75a82a7c47dabd0272b77dd9a74e8069563415a7b8b2b9d37c36d20b";
|
||||
meta = with lib;
|
||||
{
|
||||
description = "Adds code intelligence to GitHub, GitLab, Bitbucket Server, and Phabricator: hovers, definitions, references. Supports 20+ languages.";
|
||||
mozPermissions = [
|
||||
"activeTab"
|
||||
"storage"
|
||||
"contextMenus"
|
||||
"https://github.com/*"
|
||||
"https://sourcegraph.com/*"
|
||||
"<all_urls>"
|
||||
];
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
"tineye-reverse-image-search" = buildFirefoxXpiAddon {
|
||||
pname = "tineye-reverse-image-search";
|
||||
version = "2.0.4";
|
||||
|
@ -25,5 +25,9 @@
|
||||
|
||||
{
|
||||
"slug": "google-container"
|
||||
},
|
||||
|
||||
{
|
||||
"slug": "sourcegraph-for-firefox"
|
||||
}
|
||||
]
|
||||
|
Loading…
Reference in New Issue
Block a user