Refactor pkgmgr into modular installer pipeline with Nix flake support, PKGBUILD build workflow, local Nix cache, and full test suite restructuring.

See conversation: https://chatgpt.com/share/69332519-7ff4-800f-bc21-7fcd24a66c10
This commit is contained in:
Kevin Veen-Birkenbach
2025-12-05 19:32:42 +01:00
parent 341ec1179e
commit f5475d86e2
35 changed files with 1684 additions and 524 deletions

26
.dockerignore Normal file
View File

@@ -0,0 +1,26 @@
# Docker build context cleanup
# Nix local store/cache
.nix/
# Git internals
.git
.gitignore
# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
# venvs
.venv/
venv/
.venvs/
# Editor/OS noise
.vscode/
.idea/
.DS_Store
Thumbs.db