Unverified Commit 94eb29e6 authored by Gaétan Lepage's avatar Gaétan Lepage Committed by GitHub
Browse files

prek: disable locale-dependent test (#471672)

parents 194c11d4 c59f0bd5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -143,6 +143,8 @@ rustPlatform.buildRustPackage (finalAttrs: {
    "lua::remote_hook"
    # error message differs
    "run_in_non_git_repo"
    # depends on locale
    "init_nonexistent_repo"
  ];

  passthru.updateScript = nix-update-script { };