diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-09-16 17:02:30 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-09-16 17:02:30 +0200 |
commit | 5080d4e7b2525d1656282c65a217a22ff8381df3 (patch) | |
tree | 72eab8c0135ca5c37e1d9b099f7880ccfbe2401f /src/libexpr | |
parent | 0066ef6c59c356d5714f2e26af9471937ba0c865 (diff) | |
parent | 77a0e2c5beba478f4cfc9f3c9516e516a5da43c9 (diff) |
Merge branch 'document-store-options' of https://github.com/tweag/nix
Diffstat (limited to 'src/libexpr')
-rw-r--r-- | src/libexpr/flake/lockfile.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libexpr/flake/lockfile.hh b/src/libexpr/flake/lockfile.hh index 5e7cfda3e..9ec8b39c3 100644 --- a/src/libexpr/flake/lockfile.hh +++ b/src/libexpr/flake/lockfile.hh @@ -6,7 +6,7 @@ namespace nix { class Store; -struct StorePath; +class StorePath; } namespace nix::flake { |