From 421d7886318c10bbb0a0d3d46e552acd6530c08d Mon Sep 17 00:00:00 2001 From: punkfairie Date: Sat, 11 Jan 2025 20:12:17 -0800 Subject: [PATCH] feat: Add Justfile recipe to generate FF addons --- Justfile | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Justfile b/Justfile index 7c90cef..cd16d80 100644 --- a/Justfile +++ b/Justfile @@ -37,6 +37,12 @@ alias gc := collectgarbage collectgarbage: nh clean all +[group('maintainence')] +genFirefoxAddons: + nix run git+https://git.sr.ht/~rycee/mozilla-addons-to-nix/ -- \ + overlays/firefox-addons/addons.json \ + overlays/firefox-addons/addons.nix + alias s := search search this: nh search {{this}}