Unverified Commit 897cfc19 authored by Nabeen Tiwaree's avatar Nabeen Tiwaree Committed by GitHub
Browse files

Update pkgs/by-name/is/is-fast/package.nix

parent 07519fb5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -36,6 +36,12 @@ rustPlatform.buildRustPackage rec {
    RUSTONIG_SYSTEM_LIBONIG = true;
  };

  checkFlags = lib.optionals stdenv.hostPlatform.isDarwin [
  # Error creating config directory: Operation not permitted (os error 1)
  # Using writableTmpDirAsHomeHomeHook is not working
    "--skip=generate_config::tests::test_run_creates_config_file"
  ];

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