feat: Add Justfile recipe to generate FF addons
This commit is contained in:
parent
be696022f0
commit
421d788631
1 changed files with 6 additions and 0 deletions
6
Justfile
6
Justfile
|
@ -37,6 +37,12 @@ alias gc := collectgarbage
|
||||||
collectgarbage:
|
collectgarbage:
|
||||||
nh clean all
|
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
|
alias s := search
|
||||||
search this:
|
search this:
|
||||||
nh search {{this}}
|
nh search {{this}}
|
||||||
|
|
Loading…
Reference in a new issue