about summary refs log tree commit diff stats
path: root/notes/git_crypt.md
blob: 4e192a8928c3e5a9121bb1dd67207bbb8cad5bdb (plain) (blame)
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>
```