aboutsummaryrefslogtreecommitdiff
path: root/src/nix/profile.cc
diff options
context:
space:
mode:
authorEelco Dolstra <edolstra@gmail.com>2022-05-03 13:43:22 +0200
committerGitHub <noreply@github.com>2022-05-03 13:43:22 +0200
commit404c222444b4c8c60148ccf890cd41611f26b0a0 (patch)
tree855a6e59b7e2b72501be79902fc8d5481a49bc9b /src/nix/profile.cc
parentcae7473884d358e4c106f333684f4f771dddc1e2 (diff)
parent717298c7491af6ee0e2544258bc7267c8328be58 (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.cc1
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 {