From a060adf165e24a585da0301e88ad41e674f3e9db Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 20 Sep 2006 15:04:04 +0000 Subject: [PATCH] * Use paths, not strings, when calling the function that generates NARs. Fixes the impurity of nix-push (NIX-21). * Better help. --- scripts/nix-push.in | 27 +++++++++++++++++---------- 1 file changed, 17 insertions(+), 10 deletions(-) diff --git a/scripts/nix-push.in b/scripts/nix-push.in index c27e813b48..283d78a611 100644 --- a/scripts/nix-push.in +++ b/scripts/nix-push.in @@ -37,8 +37,22 @@ my $archivesPutURL; my $archivesGetURL; my $manifestPutURL; +sub showSyntax { + print STDERR <