mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 08:16:15 +02:00
Make ‘nix-store --optimise’ interruptible
This commit is contained in:
parent
157170059d
commit
7b10562370
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ struct MakeImmutable
|
|||
|
||||
void LocalStore::optimisePath_(OptimiseStats & stats, const Path & path)
|
||||
{
|
||||
checkInterrupt();
|
||||
|
||||
struct stat st;
|
||||
if (lstat(path.c_str(), &st))
|
||||
throw SysError(format("getting attributes of path `%1%'") % path);
|
||||
|
|
Loading…
Reference in a new issue