diff --git a/flake.nix b/flake.nix index b61c56b660..1d02fb3a8d 100644 --- a/flake.nix +++ b/flake.nix @@ -160,7 +160,11 @@ in '' ${exportCliPath} cp -r ${filteredProjectBase}/* .. - ''; + '' + (if isDarwin + then '' + export PATH=${macOS-security}/bin:$PATH + '' + else ''''); packages.cardano-cli.components.tests.cardano-cli-test.preCheck = let # This define files included in the directory that will be passed to `H.getProjectBase` for this test: filteredProjectBase = inputs.incl ./. mainnetConfigFiles;