diff options
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/nix-push.in | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/scripts/nix-push.in b/scripts/nix-push.in index b0124bc7a479..7a6670f67bd3 100755 --- a/scripts/nix-push.in +++ b/scripts/nix-push.in @@ -72,8 +72,6 @@ $archivesURL = "file://$destDir" unless defined $archivesURL; my %storePaths; foreach my $path (@roots) { - die unless $path =~ /^\//; - # Get all paths referenced by the normalisation of the given # Nix expression. my $pid = open(READ, |