fix(overlay): Figured out how to move marleys-firefox-addons to marleyos.firefox-addons
This commit is contained in:
parent
27792144fc
commit
be696022f0
2 changed files with 119 additions and 115 deletions
|
@ -39,7 +39,7 @@ in {
|
|||
wayback-machine
|
||||
# xdebug-helper-for-firefox
|
||||
])
|
||||
++ (with pkgs.marleys-firefox-addons; [
|
||||
++ (with pkgs.marleyos.firefox-addons; [
|
||||
axe-devtools
|
||||
# clockwork-dev-tools
|
||||
medium-parser
|
||||
|
|
|
@ -34,7 +34,10 @@
|
|||
});
|
||||
in
|
||||
final: prev: {
|
||||
marleys-firefox-addons = {
|
||||
marleyos =
|
||||
prev.marleyos
|
||||
// {
|
||||
firefox-addons = {
|
||||
"axe-devtools" = buildFirefoxXpiAddon {
|
||||
pname = "axe-devtools";
|
||||
version = "4.94.1";
|
||||
|
@ -153,4 +156,5 @@ in
|
|||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue