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

Co-authored-by: Gaétan Lepage <33058747+GaetanLepage@users.noreply.github.com>
This commit is contained in:
Nabeen Tiwaree
2025-03-10 17:18:10 -04:00
committed by GitHub
co-authored by Gaétan Lepage
parent 07519fb5bd
commit 897cfc19fb
+6
View File
@@ -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 { };
};