diff options
Diffstat (limited to 'src/libexpr/flake/lockfile.hh')
-rw-r--r-- | src/libexpr/flake/lockfile.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libexpr/flake/lockfile.hh b/src/libexpr/flake/lockfile.hh index 6333a6875..6203c40cb 100644 --- a/src/libexpr/flake/lockfile.hh +++ b/src/libexpr/flake/lockfile.hh @@ -11,6 +11,8 @@ struct StorePath; namespace nix::flake { +using namespace fetchers; + typedef std::vector<FlakeId> InputPath; struct LockedInput; |