about summary refs log tree commit diff stats
path: root/notes
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-10-27 14:09:05 +0200
committerSoispha <soispha@vhack.eu>2023-10-27 14:09:05 +0200
commit876bcf7c00b7c07ceb6815b69c1b6c46beeed981 (patch)
tree316fa36eede4d07bbf768369a41da7896b75ca5b /notes
parentbuild(treewide): Update (diff)
downloadnixos-config-876bcf7c00b7c07ceb6815b69c1b6c46beeed981.tar.gz
nixos-config-876bcf7c00b7c07ceb6815b69c1b6c46beeed981.zip
docs(notes/git_crypt): Explain what to do, when git-crypt fails
Diffstat (limited to 'notes')
-rw-r--r--notes/git_crypt.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/notes/git_crypt.md b/notes/git_crypt.md
new file mode 100644
index 00000000..6b2cb765
--- /dev/null
+++ b/notes/git_crypt.md
@@ -0,0 +1,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>
+```