Commit c3dc0cf
committed
Change start script to point to nixpkgs-23.11-darwin
nixos-23.11 is at end of life, and until we switch to 24.05 or something
newer, we need to use the branch nixpkgs-23.11-darwin instead of
nixos-23.11. CI uses not only the nixpkgs specified in
nixpkgs/default.nix, it also uses the nixpkgs specified by the start
script. When attempting to use this nixpkgs on mac os, the CI runners
were failing due to a build error with python3.11-pytest-xdist-3.3.1.
Since 23.11 is EOL, there won't be any new commits to this branch fixing
the build issue with MacOS.1 parent 0c0e115 commit c3dc0cf
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
328 | 328 | | |
329 | 329 | | |
330 | 330 | | |
331 | | - | |
| 331 | + | |
| 332 | + | |
| 333 | + | |
332 | 334 | | |
333 | 335 | | |
334 | 336 | | |
| |||
0 commit comments