Veen-Birkenbach kevinveenbirkenbach
  • Joined on 2025-06-27
kevinveenbirkenbach created branch feature/python-version in kevinveenbirkenbach/pkgmgr 2025-12-14 10:48:48 +00:00
kevinveenbirkenbach pushed to main at kevinveenbirkenbach/pkgmgr 2025-12-14 10:43:57 +00:00
37f3057d31 fix(nix): resolve Ruff F821 via TYPE_CHECKING and stabilize NixFlakeInstaller tests
kevinveenbirkenbach pushed to main at kevinveenbirkenbach/pkgmgr 2025-12-14 10:33:21 +00:00
d55c8d3726 refactor(nix): split NixFlakeInstaller into atomic modules and add GitHub 403 retry handling
kevinveenbirkenbach pushed to main at kevinveenbirkenbach/pkgmgr 2025-12-14 09:52:09 +00:00
3990560cd7 Release version 1.6.0
kevinveenbirkenbach deleted branch feature/mirror-provision from kevinveenbirkenbach/pkgmgr 2025-12-14 09:46:12 +00:00
kevinveenbirkenbach pushed to main at kevinveenbirkenbach/pkgmgr 2025-12-14 09:45:55 +00:00
d1e5a71f77 Merge branch 'feature/mirror-provision'
d59dc8ad53 fix(cli): route update exclusively through UpdateManager
55f4a1e941 refactor(update): move update logic to unified UpdateManager and extend system support
2a4ec18532 Changed argument order
2debdbee09 * **Split mirror responsibilities into clear subcommands**
Compare 5 commits »
d59dc8ad53 fix(cli): route update exclusively through UpdateManager
55f4a1e941 refactor(update): move update logic to unified UpdateManager and extend system support
2a4ec18532 Changed argument order
2debdbee09 * **Split mirror responsibilities into clear subcommands**
kevinveenbirkenbach created branch feature/mirror-provision in kevinveenbirkenbach/pkgmgr 2025-12-13 23:15:29 +00:00
kevinveenbirkenbach pushed to main at kevinveenbirkenbach/pkgmgr 2025-12-13 20:25:33 +00:00
4cb62e90f8 refactor: move nix experimental feature setup to nix.conf and rename pkgmgr wrapper
kevinveenbirkenbach pushed to main at kevinveenbirkenbach/pkgmgr 2025-12-13 19:41:19 +00:00
923519497a Updated Homepage
kevinveenbirkenbach deleted branch fix/self-install from kevinveenbirkenbach/pkgmgr 2025-12-13 19:09:32 +00:00
kevinveenbirkenbach pushed to main at kevinveenbirkenbach/pkgmgr 2025-12-13 19:09:21 +00:00
5fa18cb449 Merge branch 'fix/self-install'
f513196911 Used correct tabulation
7f06447bbd feat(cli): add --system-update flag to update command
1e5d6d3eee test(unit): update NixFlakeInstaller tests for new run_command-based logic
f2970adbb2 test(e2e): enforce --system-update and isolate update-all integration tests
Compare 6 commits »
kevinveenbirkenbach pushed to fix/self-install at kevinveenbirkenbach/pkgmgr 2025-12-13 19:08:58 +00:00
f513196911 Used correct tabulation
kevinveenbirkenbach pushed to fix/self-install at kevinveenbirkenbach/pkgmgr 2025-12-13 19:03:20 +00:00
7f06447bbd feat(cli): add --system-update flag to update command
1e5d6d3eee test(unit): update NixFlakeInstaller tests for new run_command-based logic
f2970adbb2 test(e2e): enforce --system-update and isolate update-all integration tests
Compare 3 commits »
kevinveenbirkenbach pushed to fix/self-install at kevinveenbirkenbach/pkgmgr 2025-12-13 18:30:35 +00:00
7f262c6557 feat(install): add --update to re-run active-layer installers and improve Nix refresh logic