瀏覽代碼

docs(dev): add workaround for integration tests for macos

0xLucqs 1 月之前
父節點
當前提交
d877df1e9c
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      DEVELOPMENT.md

+ 2 - 0
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