diff options
author | Soispha <soispha@vhack.eu> | 2024-02-29 06:48:19 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-29 06:49:52 +0100 |
commit | 0a55b67614ff29612fd55aab9994fdb6297c9a65 (patch) | |
tree | 12cd5c6b2439c9e112817a704ab2e08e577afc42 | |
parent | chore(version): v1.36.1 (diff) | |
download | nixos-config-0a55b67614ff29612fd55aab9994fdb6297c9a65.tar.gz nixos-config-0a55b67614ff29612fd55aab9994fdb6297c9a65.zip |
fix(hm/conf/unison): Add further files to auto merge
Diffstat (limited to '')
-rw-r--r-- | hm/soispha/conf/unison/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hm/soispha/conf/unison/default.nix b/hm/soispha/conf/unison/default.nix index 962dd8ab..91a348c3 100644 --- a/hm/soispha/conf/unison/default.nix +++ b/hm/soispha/conf/unison/default.nix @@ -20,13 +20,13 @@ backuploc = "central"; backupcurr = paths_to_merge; merge = - builtins.map (x: ''${x} -> diff3 -m CURRENT1 CURRENTARCH CURRENT2 > NEW || echo "differences detected"'') + builtins.map (x: ''${x} -> diff3 --text --merge CURRENT1 CURRENTARCH CURRENT2 > NEW || echo "differences detected"'') paths_to_merge; }; paths_to_merge = mkPathName { file_names = []; - extensions = ["history"]; + extensions = ["history" "harpoon.json" "file_frecency.bin" "main.shada"]; }; paths_to_keep = [ |