diff options
| author | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-03-12 10:16:58 -0500 |
|---|---|---|
| committer | SulfurNitride <SulfurNitride@users.noreply.github.com> | 2026-03-12 10:16:58 -0500 |
| commit | 0b669f348301d5c02f29a91aa4ded2c9cb904974 (patch) | |
| tree | 02f4fd1a9d7cee921e2e9d76904af60ef2906f06 /.gitignore | |
| parent | c3934b138c8e9b953de5fe11dfb171396bc2ad90 (diff) | |
Fix NixOS CI: use nix python for cmake, venv only for pybind11 pin
FindPython needs the real nix Python (with dev headers), not the venv
wrapper. Save NIX_PYTHON3 before venv overrides PATH. Tested locally.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -35,3 +35,7 @@ __pycache__/ # Generated settings files fomod-plus-settings.ini + +# Nix +.nix-venv/ +result |
