diff options
-rw-r--r-- | notes/git_crypt.md | 6 |
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> +``` |