about summary refs log tree commit diff stats
path: root/notes/git_crypt.md
blob: 6b2cb7652269b8d439512b4ed16cb7189bfccb35 (plain) (blame)
1
2
3
4
5
6
# what to do, when nix wants to build the locked repository

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