diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2022-02-14 20:39:44 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2022-02-14 21:06:11 +0100 |
commit | 023e45977745ffd6c16eec299a00affd65176669 (patch) | |
tree | 859c9b9126358e723c5e70c97cf7c490c3e6487f /src/nix/profile.cc | |
parent | 744a101a36696f39653400b76a6c9f6ba9bcbad8 (diff) |
InstallableFlake: Default attr paths cleanup
This removes some duplicated logic, and fixes "nix bundle" parsing its
installable twice.
Diffstat (limited to 'src/nix/profile.cc')
-rw-r--r-- | src/nix/profile.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nix/profile.cc b/src/nix/profile.cc index b9279414d..55b5ff736 100644 --- a/src/nix/profile.cc +++ b/src/nix/profile.cc @@ -423,6 +423,7 @@ struct CmdProfileUpgrade : virtual SourceExprCommand, MixDefaultProfile, MixProf this, getEvalState(), FlakeRef(element.source->originalRef), + "", {element.source->attrPath}, {}, lockFlags); |