mirror of
https://github.com/NixOS/nix
synced 2025-07-02 17:41:48 +02:00
* Remove the localPaths feature in manifests since it's no longer used
and redundant anyway.
This commit is contained in:
parent
0423d0692a
commit
1e7e4f21ba
7 changed files with 10 additions and 47 deletions
|
@ -6,10 +6,9 @@ use readmanifest;
|
|||
for my $p (@ARGV) {
|
||||
|
||||
my %narFiles;
|
||||
my %localPaths;
|
||||
my %patches;
|
||||
|
||||
readManifest $p, \%narFiles, \%localPaths, \%patches;
|
||||
readManifest $p, \%narFiles, \%patches;
|
||||
|
||||
%patches = ();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue