diff options
author | Soispha <soispha@vhack.eu> | 2023-10-27 14:09:05 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-10-27 14:09:05 +0200 |
commit | 876bcf7c00b7c07ceb6815b69c1b6c46beeed981 (patch) | |
tree | 316fa36eede4d07bbf768369a41da7896b75ca5b /notes/git_crypt.md | |
parent | build(treewide): Update (diff) | |
download | nixos-config-876bcf7c00b7c07ceb6815b69c1b6c46beeed981.tar.gz nixos-config-876bcf7c00b7c07ceb6815b69c1b6c46beeed981.zip |
docs(notes/git_crypt): Explain what to do, when git-crypt fails
Diffstat (limited to 'notes/git_crypt.md')
-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> +``` |