From 876bcf7c00b7c07ceb6815b69c1b6c46beeed981 Mon Sep 17 00:00:00 2001 From: Soispha Date: Fri, 27 Oct 2023 14:09:05 +0200 Subject: docs(notes/git_crypt): Explain what to do, when git-crypt fails --- notes/git_crypt.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 notes/git_crypt.md 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 +``` -- cgit 1.4.1