mirror of
https://github.com/NixOS/nix.git
synced 2025-11-30 14:10:59 +01:00
Fix path concatenation
This commit is contained in:
parent
b6cf6e5553
commit
84c273c503
4 changed files with 34 additions and 25 deletions
|
|
@ -24,12 +24,6 @@ void emitTreeAttrs(
|
|||
|
||||
auto attrs = state.buildBindings(8);
|
||||
|
||||
#if 0
|
||||
auto storePath = state.store->printStorePath(tree.storePath);
|
||||
|
||||
attrs.alloc(state.sOutPath).mkString(storePath, {storePath});
|
||||
#endif
|
||||
|
||||
attrs.alloc(state.sOutPath).mkPath(path);
|
||||
|
||||
// FIXME: support arbitrary input attributes.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue