mirror of
https://github.com/NixOS/nix
synced 2025-07-02 21:51:50 +02:00
parent
7f9a0033c7
commit
bd79c1f6f6
5 changed files with 7 additions and 7 deletions
|
@ -280,7 +280,7 @@ static void _main(int argc, char * * argv)
|
|||
auto absolute = i;
|
||||
try {
|
||||
absolute = canonPath(absPath(i), true);
|
||||
} catch (Error e) {};
|
||||
} catch (Error & e) {};
|
||||
if (store->isStorePath(absolute) && std::regex_match(absolute, std::regex(".*\\.drv(!.*)?")))
|
||||
drvs.push_back(DrvInfo(*state, store, absolute));
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue