We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80bfa9b commit 55f9d31Copy full SHA for 55f9d31
overlays/firefox-addons/default.nix
@@ -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