Greatly simplified modules
This commit is contained in:
@@ -78,21 +78,6 @@ in rec {
|
||||
xonsh-direnv = cp ./xonsh-direnv.nix {};
|
||||
};
|
||||
|
||||
bypass-paywalls-clean = let version = "3.1.5.0";
|
||||
in buildFirefoxXpiAddon {
|
||||
pname = "bypass-paywalls-clean";
|
||||
inherit version;
|
||||
addonId = "{d133e097-46d9-4ecc-9903-fa6a722a6e0e}";
|
||||
url = "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-${version}.xpi";
|
||||
sha256 = "sha256-mBJkX8neimU5nwr1GEccCEr6Zy1Ku3JEH2A3LmPF3SU=";
|
||||
meta = with super.lib; {
|
||||
homepage = "https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean";
|
||||
description = "Bypass Paywalls of (custom) news sites";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
};
|
||||
|
||||
enwiki-dump = super.callPackage ./enwiki-dump.nix {};
|
||||
hms = super.callPackage ./hms.nix {
|
||||
pkgs = self.pkgs;
|
||||
|
||||
Reference in New Issue
Block a user