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
|
wayback-machine
|
||||||
# xdebug-helper-for-firefox
|
# xdebug-helper-for-firefox
|
||||||
])
|
])
|
||||||
++ (with pkgs.marleys-firefox-addons; [
|
++ (with pkgs.marleyos.firefox-addons; [
|
||||||
axe-devtools
|
axe-devtools
|
||||||
# clockwork-dev-tools
|
# clockwork-dev-tools
|
||||||
medium-parser
|
medium-parser
|
||||||
|
|
|
@ -34,7 +34,10 @@
|
||||||
});
|
});
|
||||||
in
|
in
|
||||||
final: prev: {
|
final: prev: {
|
||||||
marleys-firefox-addons = {
|
marleyos =
|
||||||
|
prev.marleyos
|
||||||
|
// {
|
||||||
|
firefox-addons = {
|
||||||
"axe-devtools" = buildFirefoxXpiAddon {
|
"axe-devtools" = buildFirefoxXpiAddon {
|
||||||
pname = "axe-devtools";
|
pname = "axe-devtools";
|
||||||
version = "4.94.1";
|
version = "4.94.1";
|
||||||
|
@ -153,4 +156,5 @@ in
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue