diff options
Diffstat (limited to 'src/nix/profile.cc')
-rw-r--r-- | src/nix/profile.cc | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/nix/profile.cc b/src/nix/profile.cc index b833b5192..476ddcd60 100644 --- a/src/nix/profile.cc +++ b/src/nix/profile.cc @@ -222,10 +222,8 @@ struct ProfileManifest *store, "profile", FixedOutputInfo { - .hash = { - .method = FileIngestionMethod::Recursive, - .hash = narHash, - }, + .method = FileIngestionMethod::Recursive, + .hash = narHash, .references = { .others = std::move(references), // profiles never refer to themselves |