fix(sops-nix): get cleartext diff to work

This commit is contained in:
matt1432 2025-01-24 18:53:12 -05:00
parent 9d060c9f52
commit 45b89facf7
2 changed files with 5 additions and 5 deletions
flake.lock
homeManagerModules/shell/git

8
flake.lock generated
View file

@ -1792,11 +1792,11 @@
]
},
"locked": {
"lastModified": 1737144729,
"narHash": "sha256-jXppQjDNlGCp7BBmGRL7Tm3IYk/NiKVfG4Q1VRq8vL8=",
"lastModified": 1737762708,
"narHash": "sha256-S5NgFKNsx17zVcVcdUl8UvxdtFed+3/xfULkAmQOi6w=",
"ref": "refs/heads/main",
"rev": "da27f1c74d5e7e4558633a5983478ad2d485e8d6",
"revCount": 87,
"rev": "279291d37b542b88fcf5cea090d81759e9b247b7",
"revCount": 88,
"type": "git",
"url": "ssh://git@git.nelim.org/matt1432/nixos-secrets"
},

View file

@ -84,7 +84,7 @@ in {
});
};
diff.sopsdiffer.textconv = "sops --config /dev/null -d";
diff.sopsdiffer.textconv = "sops decrypt";
# https://github.com/dandavison/delta/issues/630#issuecomment-860046929
pager = let