diff options
author | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-09T12·57+0000 |
---|---|---|
committer | Eelco Dolstra <e.dolstra@tudelft.nl> | 2005-02-09T12·57+0000 |
commit | 98df735b5149bc1e39ce6b0bae13fbf7cebcdc05 (patch) | |
tree | 9a9549e0689400b71e230ba51317a2590969b63d /scripts/nix-pull.in | |
parent | 582e01c06f9ecee25a31c34562926b41dc2856eb (diff) |
* 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.
Diffstat (limited to 'scripts/nix-pull.in')
-rw-r--r-- | scripts/nix-pull.in | 1 |
1 files changed, 1 insertions, 0 deletions
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}; |