mirror of
https://github.com/NixOS/nix
synced 2025-07-07 10:11:47 +02:00
* Ignore hash conflicts in gc-releases.pl.
This commit is contained in:
parent
67eff20906
commit
7272c3f817
3 changed files with 10 additions and 5 deletions
|
@ -32,7 +32,7 @@ my %successors;
|
|||
|
||||
foreach my $manifest (@ARGV) {
|
||||
print STDERR "loading $manifest\n";
|
||||
if (readManifest($manifest, \%narFiles, \%patches, \%successors) < 3) {
|
||||
if (readManifest($manifest, \%narFiles, \%patches, \%successors, 1) < 3) {
|
||||
# die "manifest `$manifest' is too old (i.e., for Nix <= 0.7)\n";
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue