Skip to content

Commit 55f9d31

Browse files
committed
overlays/firefox-addons: init
Add overlay to provide firefox-addons package set.
1 parent 80bfa9b commit 55f9d31

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

overlays/firefox-addons/default.nix

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{ inputs, ... }:
2+
final: _prev: {
3+
firefox-addons = import inputs.firefox-addons {
4+
inherit (final) fetchurl;
5+
inherit (final) lib;
6+
inherit (final) stdenv;
7+
};
8+
}

0 commit comments

Comments
 (0)