mirror of
https://github.com/NixOS/nix.git
synced 2025-12-22 17:01:08 +01:00
nix-push: Handle pushing a symlink
This commit is contained in:
parent
620e92e880
commit
82951e5582
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue