# what to do, when nix wants to build the locked repository

Simply delete the source path:
```
sudo nix store delete --ignore-liveness <source_path>
```