Skip to content

Commit f131044

Browse files
committed
Reapply "update-diff: nvd -> dix"
https://github.com/faukah/dix?tab=readme-ov-file#usage-in-ci This reverts commit 7f3bc43.
1 parent 510e0e0 commit f131044

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/common/update-diff.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
};
1313
command = lib.mkOption {
1414
type = lib.types.singleLineStr;
15-
default = "${pkgs.nvd}/bin/nvd --nix-bin-dir=${config.nix.package}/bin diff";
16-
defaultText = lib.literalExpression ''"''${pkgs.nvd}/bin/nvd --nix-bin-dir=''${config.nix.package}/bin diff"'';
15+
default = "${lib.getExe pkgs.dix} --force-correctness";
16+
defaultText = lib.literalExpression ''"''${lib.getExe pkgs.dix} --force-correctness"'';
1717
description = "diff command";
1818
};
1919
text = lib.mkOption {

0 commit comments

Comments
 (0)