mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-05 20:50:15 +00:00
more changes
This commit is contained in:
@ -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 = ''
|
||||
|
Reference in New Issue
Block a user