Skip to content

Commit

Permalink
Fix nix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Defelo committed Mar 17, 2024
1 parent eadd726 commit 436bc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion home/git.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
extraConfig = {
diff.submodule = "log";
diff.sopsdiffer.textconv = let
conf = builtins.toFile ".sops.yaml" (builtins.toJSON {
conf = builtins.toFile "sops.yaml" (builtins.toJSON {
creation_rules = [{key_groups = [{pgp = ["61303BBAD7D1BF74EFA44E3BE7FE2087E4380E64"];}];}];
});
in "${pkgs.sops}/bin/sops --config ${conf} -d";
Expand Down

0 comments on commit 436bc21

Please sign in to comment.