chore(deps): update nixpkgs to latest nixpkgs-unstable

This allows building TemplateHaskell with GHC 9.6+ via iserv-proxy.
This commit is contained in:
Wolfgang Walther
2026-04-19 13:16:55 +00:00
parent 1b74b93466
commit 051b4799de
11 changed files with 14 additions and 40 deletions
+1 -1
View File
@@ -83,7 +83,7 @@ let
# ruff has gaps in scanning for unused code, so we use vulture
echo "Scanning python files for unused code..."
${silver-searcher}/bin/ag -l --vimgrep -g '\.l?py$' . \
| xargs ${python3Packages.vulture}/bin/vulture --exclude docs/conf.py
| xargs ${python3Packages.vulture}/bin/vulture --exclude docs/conf.py --min-confidence 80
echo "Linting python files..."
${ruff}/bin/ruff check .