From 98df735b5149bc1e39ce6b0bae13fbf7cebcdc05 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Wed, 9 Feb 2005 12:57:13 +0000 Subject: * Propagate the deriver of a path through the substitute mechanism. * Removed some dead code (successor stuff) from nix-push. * Updated terminology in the tests (store expr -> drv path). * Check that the deriver is set properly in the tests. --- scripts/nix-pull.in | 1 + 1 file changed, 1 insertion(+) (limited to 'scripts/nix-pull.in') diff --git a/scripts/nix-pull.in b/scripts/nix-pull.in index 7f46236b838d..13a2199fbb57 100644 --- a/scripts/nix-pull.in +++ b/scripts/nix-pull.in @@ -81,6 +81,7 @@ foreach my $storePath (keys %narFiles) { my $narFileList = $narFiles{$storePath}; foreach my $narFile (@{$narFileList}) { print WRITE "$storePath\n"; + print WRITE "$narFile->{deriver}\n"; print WRITE "$libexecDir/nix/download-using-manifests.pl\n"; print WRITE "0\n"; my @references = split " ", $narFile->{references}; -- cgit 1.4.1