shell.nix: add mozilla-addons-to-nix

This commit is contained in:
Gabriel Arazas 2023-07-13 21:45:39 +08:00
parent dcdfa11945
commit 651e9cb950
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -25,5 +25,8 @@ pkgs.mkShell {
stylua # ...for Lua. stylua # ...for Lua.
black # ...for Python. black # ...for Python.
nixpkgs-fmt # ...for Nix. nixpkgs-fmt # ...for Nix.
# Mozilla addons-specific tooling.
nur.repos.rycee.mozilla-addons-to-nix
]; ];
} }