mirror of
https://github.com/NixOS/nix
synced 2025-06-27 08:31:16 +02:00
Restore subdir -> dir
Got this mixed up somewhere.
This commit is contained in:
parent
d068f9ffff
commit
73c9840569
4 changed files with 13 additions and 13 deletions
|
@ -45,7 +45,7 @@ MixEvalArgs::MixEvalArgs()
|
|||
auto from = parseFlakeRef(ss[0], absPath("."));
|
||||
auto to = parseFlakeRef(ss[1], absPath("."));
|
||||
fetchers::Input::Attrs extraAttrs;
|
||||
if (to.subdir != "") extraAttrs["subdir"] = to.subdir;
|
||||
if (to.subdir != "") extraAttrs["dir"] = to.subdir;
|
||||
fetchers::overrideRegistry(from.input, to.input, extraAttrs);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue