From 651e9cb950087c5f309c48c330c412bd4f478726 Mon Sep 17 00:00:00 2001 From: Gabriel Arazas Date: Thu, 13 Jul 2023 21:45:39 +0800 Subject: [PATCH] shell.nix: add mozilla-addons-to-nix --- shell.nix | 3 +++ 1 file changed, 3 insertions(+) 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 ]; }