1 2 3 4 5 6 7
# what to do, when nix wants to build the locked repository Simply delete the source path: ``` sudo nix store delete --ignore-liveness <source_path> ```