more changes

This commit is contained in:
Noah Masur
2025-03-04 07:50:47 -05:00
parent eed097f270
commit 05e3996eb3
13 changed files with 60 additions and 28 deletions

View File

@ -10,7 +10,13 @@ inputs: _final: prev: {
prev.stdenv.mkDerivation rec {
pname = "bypass-paywalls-clean";
version = "3.6.6.0";
src = inputs.bypass-paywalls-clean;
src = builtins.fetchGit {
url = "https://gitflic.ru/magnolia1234/bpc_uploads";
# owner = "magnolia1234";
# repo = "bpc_uploads";
rev = "365832a498fa58cb124e74e3836edc182178c6de";
sha256 = "0000000000000000000000000000000000000000000000000000";
};
preferLocalBuild = true;
allowSubstitutes = true;
buildCommand = ''