mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
* NarPath -> NarName.
This commit is contained in:
parent
a0a7a4e087
commit
0eab306466
1 changed files with 1 additions and 1 deletions
|
@ -116,7 +116,7 @@ for (my $n = 0; $n < scalar @paths; $n++) {
|
|||
|
||||
print MANIFEST "{\n";
|
||||
print MANIFEST " StorePath: $storepath\n";
|
||||
print MANIFEST " NarPath: $basename\n";
|
||||
print MANIFEST " NarName: $narname\n";
|
||||
print MANIFEST " MD5: $hash\n";
|
||||
|
||||
if ($storepath =~ /\.nix$/) {
|
||||
|
|
Loading…
Reference in a new issue