Parcourir la source

Merge pull request #582 from 0xLucqs/doc/dev-macos

docs(dev): add workaround for integration tests for macos
thesimplekid il y a 4 mois
Parent
commit
fd50a136d1
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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