aboutsummaryrefslogtreecommitdiff
path: root/src/nix/flake.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/nix/flake.cc')
-rw-r--r--src/nix/flake.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/flake.cc b/src/nix/flake.cc
index 2f2dd65c7..d316cda36 100644
--- a/src/nix/flake.cc
+++ b/src/nix/flake.cc
@@ -11,7 +11,7 @@
#include "fetchers.hh"
#include "registry.hh"
#include "json.hh"
-#include "flake/eval-cache.hh"
+#include "eval-cache.hh"
#include <nlohmann/json.hpp>
#include <queue>