summaryrefslogtreecommitdiff
path: root/home/pkgs/firefoxPackages/shell.nix
blob: 9ad81b6823ea3979ff5ea83402081cce0deb054f (plain)
1
2
3
4
5
6
7
8
9
{ pkgs ? import <nixpkgs> { } }:

let
  nur = import (builtins.fetchTarball
    "https://github.com/nix-community/NUR/archive/master.tar.gz") {
      inherit pkgs;
    };
  settings = { nativeBuildInputs = [ nur.repos.rycee.mozilla-addons-to-nix ]; };
in import ~/.config/venv-manager { inherit pkgs settings; }