about summary refs log tree commit diff
path: root/src/libstore/builtins.hh (follow)
AgeCommit message (Collapse)AuthorFilesLines
2015-07-20 Make <nix/fetchurl.nix> a builtin builderEelco Dolstra1-0/+9
This ensures that 1) the derivation doesn't change when Nix changes; 2) the derivation closure doesn't contain Nix and its dependencies; 3) we don't have to rely on ugly chroot hacks.