mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-21 21:46: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) {
|
||||
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('^');
|
||||
if (found != std::string::npos) {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue