summaryrefslogtreecommitdiff
path: root/home/pkgs/firefoxPackages/shell.nix
diff options
context:
space:
mode:
Diffstat (limited to 'home/pkgs/firefoxPackages/shell.nix')
-rw-r--r--home/pkgs/firefoxPackages/shell.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/home/pkgs/firefoxPackages/shell.nix b/home/pkgs/firefoxPackages/shell.nix
index db7179d..9ad81b6 100644
--- a/home/pkgs/firefoxPackages/shell.nix
+++ b/home/pkgs/firefoxPackages/shell.nix
@@ -5,7 +5,5 @@ let
"https://github.com/nix-community/NUR/archive/master.tar.gz") {
inherit pkgs;
};
- settings = {
- nativeBuildInputs = [ nur.repos.rycee.mozilla-addons-to-nix ];
- };
+ settings = { nativeBuildInputs = [ nur.repos.rycee.mozilla-addons-to-nix ]; };
in import ~/.config/venv-manager { inherit pkgs settings; }