diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-04-20 13:14:59 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-04-20 13:14:59 +0200 |
commit | 42a12f9232c8e3373df7f4660b2dfd837db92e4b (patch) | |
tree | 6756ed86b59fb603d68742076c2405f77887073e /src/nix/flake.cc | |
parent | 539a9c1c5f0e4c9ab2262e7cf48460e02b8b0e12 (diff) |
Move eval-cache.{cc,hh}
Diffstat (limited to 'src/nix/flake.cc')
-rw-r--r-- | src/nix/flake.cc | 2 |
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> |