mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 05:56:15 +02:00
fix incorrect merge
This commit is contained in:
parent
d0e7062a64
commit
8615547a51
1 changed files with 0 additions and 4 deletions
|
@ -962,10 +962,6 @@ std::vector<std::shared_ptr<Installable>> SourceExprCommand::parseInstallables(
|
||||||
for (auto & s : ss) {
|
for (auto & s : ss) {
|
||||||
std::exception_ptr ex;
|
std::exception_ptr ex;
|
||||||
|
|
||||||
if (s.find('/') != std::string::npos) {
|
|
||||||
/*if (modifyInstallable) {
|
|
||||||
throw Error("cannot apply function: installable cannot be evaluated");
|
|
||||||
}*/
|
|
||||||
auto found = s.rfind('^');
|
auto found = s.rfind('^');
|
||||||
if (found != std::string::npos) {
|
if (found != std::string::npos) {
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue