forked from lix-project/lix
nix-push: Handle pushing a symlink
This commit is contained in:
parent
620e92e880
commit
82951e5582
|
@ -72,8 +72,6 @@ $archivesURL = "file://$destDir" unless defined $archivesURL;
|
||||||
my %storePaths;
|
my %storePaths;
|
||||||
|
|
||||||
foreach my $path (@roots) {
|
foreach my $path (@roots) {
|
||||||
die unless $path =~ /^\//;
|
|
||||||
|
|
||||||
# Get all paths referenced by the normalisation of the given
|
# Get all paths referenced by the normalisation of the given
|
||||||
# Nix expression.
|
# Nix expression.
|
||||||
my $pid = open(READ,
|
my $pid = open(READ,
|
||||||
|
|
Loading…
Reference in a new issue