aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-12 10:16:58 -0500
committerSulfurNitride <SulfurNitride@users.noreply.github.com>2026-03-12 10:16:58 -0500
commit0b669f348301d5c02f29a91aa4ded2c9cb904974 (patch)
tree02f4fd1a9d7cee921e2e9d76904af60ef2906f06 /.gitignore
parentc3934b138c8e9b953de5fe11dfb171396bc2ad90 (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--.gitignore4
1 files changed, 4 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 96bb944..2e2bc91 100644
--- a/.gitignore
+++ b/.gitignore
@@ -35,3 +35,7 @@ __pycache__/
# Generated settings files
fomod-plus-settings.ini
+
+# Nix
+.nix-venv/
+result