diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-05-03 13:43:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 13:43:22 +0200 |
commit | 404c222444b4c8c60148ccf890cd41611f26b0a0 (patch) | |
tree | 855a6e59b7e2b72501be79902fc8d5481a49bc9b /src/nix/profile.cc | |
parent | cae7473884d358e4c106f333684f4f771dddc1e2 (diff) | |
parent | 717298c7491af6ee0e2544258bc7267c8328be58 (diff) |
Merge pull request #6426 from edolstra/respect-outputs-to-install
nix: Respect meta.outputsToInstall, and use all outputs by default
Diffstat (limited to 'src/nix/profile.cc')
-rw-r--r-- | src/nix/profile.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/nix/profile.cc b/src/nix/profile.cc index b151e48d6..52c918016 100644 --- a/src/nix/profile.cc +++ b/src/nix/profile.cc @@ -67,7 +67,6 @@ struct ProfileElement ref<Store> store, const BuiltPaths & builtPaths) { - // FIXME: respect meta.outputsToInstall storePaths.clear(); for (auto & buildable : builtPaths) { std::visit(overloaded { |