diff --git a/shell.nix b/shell.nix index 1e22b53e..e0f18905 100644 --- a/shell.nix +++ b/shell.nix @@ -25,5 +25,8 @@ pkgs.mkShell { stylua # ...for Lua. black # ...for Python. nixpkgs-fmt # ...for Nix. + + # Mozilla addons-specific tooling. + nur.repos.rycee.mozilla-addons-to-nix ]; }