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:
co-authored by
Gaétan Lepage
parent
07519fb5bd
commit
897cfc19fb
@@ -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 { };
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user