From 82951e5582ae7927cb90320accb989214ce07142 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 6 Nov 2012 13:53:53 +0100 Subject: [PATCH] nix-push: Handle pushing a symlink --- scripts/nix-push.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/nix-push.in b/scripts/nix-push.in index b0124bc7a4..7a6670f67b 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,