mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2025-02-16 23:27:17 +02: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
Reference in a new issue