tarball_sha256=table['nixexprs.tar.xz'].digest,
git_revision=new_gitpin.git_revision)
tarball_sha256=table['nixexprs.tar.xz'].digest,
git_revision=new_gitpin.git_revision)
def fetch(self, v: Verification, pin: Pin) -> str:
assert isinstance(pin, ChannelPin)
def fetch(self, v: Verification, pin: Pin) -> str:
assert isinstance(pin, ChannelPin)
v.check(
f'({len(benign_errors)} of {len(expected_errors)} expected incomparable files)',
len(benign_errors) == len(expected_errors))
v.check(
f'({len(benign_errors)} of {len(expected_errors)} expected incomparable files)',
len(benign_errors) == len(expected_errors))
section: str, conf: configparser.SectionProxy) -> Tuple[SearchPath, Pin]:
sp, pin = read_config_section(conf)
if pin is None:
section: str, conf: configparser.SectionProxy) -> Tuple[SearchPath, Pin]:
sp, pin = read_config_section(conf)
if pin is None:
config = read_config(file)
for section in config.sections():
if section in merged_config:
config = read_config(file)
for section in config.sections():
if section in merged_config: