diff options
Diffstat (limited to 'third_party/nix/src/nix-env/user-env.hh')
-rw-r--r-- | third_party/nix/src/nix-env/user-env.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/nix/src/nix-env/user-env.hh b/third_party/nix/src/nix-env/user-env.hh index a117d5c2ad67..95919a6c8799 100644 --- a/third_party/nix/src/nix-env/user-env.hh +++ b/third_party/nix/src/nix-env/user-env.hh @@ -1,6 +1,6 @@ #pragma once -#include "get-drvs.hh" +#include "libexpr/get-drvs.hh" namespace nix { |