From d877df1e9c6dcd6595187297dc648628fbe15597 Mon Sep 17 00:00:00 2001 From: 0xLucqs Date: Thu, 6 Feb 2025 11:39:33 +0100 Subject: [PATCH] docs(dev): add workaround for integration tests for macos --- DEVELOPMENT.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 68425722..1b25830b 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -86,6 +86,8 @@ just test just itest REDB/SQLITE/MEMEORY ``` +NOTE: if this command fails on macos change the nix channel to unstable (in the `flake.nix` file modify `nixpkgs.url = "github:NixOS/nixpkgs/nixos-24.11";` to `nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";`) + ### Running Format ```bash just format