aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr/primops
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-24 15:41:29 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2020-06-24 15:41:29 +0000
commitd9fb9e9f26e29d9d9001af700deada32ca740cf6 (patch)
treea288f855e465f7abf8bd5c09c40af98213c74e03 /src/libexpr/primops
parent93bbe6e8ab9ae4b76942a2acafa072483be20807 (diff)
parent3c50e84387e51858f10c540e721a938592f30949 (diff)
Merge remote-tracking branch 'upstream/master' into ca-drv
Diffstat (limited to 'src/libexpr/primops')
-rw-r--r--src/libexpr/primops/context.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/primops/context.cc b/src/libexpr/primops/context.cc
index efa2e9576..301e8c5dd 100644
--- a/src/libexpr/primops/context.cc
+++ b/src/libexpr/primops/context.cc
@@ -1,6 +1,6 @@
#include "primops.hh"
#include "eval-inline.hh"
-#include "derivations.hh"
+#include "store-api.hh"
namespace nix {