nix-super/src/libexpr/primops
Maximilian Bosch d1229859c2
Fix displaying error-position in builtins.fetch{Tree,Tarball}
Without dereferencing this pointer, you'd get an error like this:

```
error: unsupported argument 'abc' to 'fetchTarball', at 0x13627e8
```
2020-04-29 22:53:39 +02:00
..
context.cc Make the Store API more type-safe 2019-12-10 22:06:05 +01:00
fetchGit.cc Merge branch 'fetchgit-recursive' of https://github.com/blitz/nix 2020-04-07 13:45:17 +02:00
fetchMercurial.cc fetchMercurial: Use inputFromAttrs() 2020-04-16 17:29:30 +02:00
fetchTree.cc Fix displaying error-position in builtins.fetch{Tree,Tarball} 2020-04-29 22:53:39 +02:00
fromTOML.cc Remove global -I flags 2020-03-30 15:30:19 +02:00