mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-21 21:46:15 +02:00
Slightly questionable workaround for #2342
This commit is contained in:
parent
ada4e90267
commit
f72c907ad8
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ struct InstallableStorePath : Installable
|
|||
|
||||
Buildables toBuildables() override
|
||||
{
|
||||
return {{"", {{"out", storePath}}}};
|
||||
return {{isDerivation(storePath) ? storePath : "", {{"out", storePath}}}};
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue