Added ENV to Dockerfile

This commit is contained in:
Kevin Veen-Birkenbach
2025-12-07 20:58:49 +01:00
parent 6fee6f27ee
commit 6e52e875aa
2 changed files with 2 additions and 1 deletions

View File

@@ -36,7 +36,6 @@ test: build
package-manager-test \
-c 'git config --global --add safe.directory /src && nix develop .#default --no-write-lock-file -c python3 -m unittest discover -s tests -p "test_*.py"'
install:
@if [ -n "$$IN_NIX_SHELL" ]; then \
echo "Nix shell detected (IN_NIX_SHELL=1). Skipping venv/pip install handled by Nix flake."; \