Greatly simplified modules

This commit is contained in:
Greg Hellings
2023-05-02 00:36:29 -05:00
parent 45c9eaa5db
commit eff5ca9020
14 changed files with 133 additions and 153 deletions
-15
View File
@@ -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;