mirror of
https://github.com/NixOS/nix
synced 2025-07-06 21:41:48 +02:00
* Successors have been gone for ages.
This commit is contained in:
parent
7bc30e1ca8
commit
36d9258c0d
8 changed files with 15 additions and 32 deletions
|
@ -7,13 +7,12 @@ for my $p (@ARGV) {
|
|||
|
||||
my %narFiles;
|
||||
my %patches;
|
||||
my %successors;
|
||||
|
||||
readManifest $p,
|
||||
\%narFiles, \%patches, \%successors;
|
||||
\%narFiles, \%patches;
|
||||
|
||||
%patches = ();
|
||||
|
||||
writeManifest $p,
|
||||
\%narFiles, \%patches, \%successors;
|
||||
\%narFiles, \%patches;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue