The `agenix-gen` shellHook is triggered once you
enter the repo.
Please add your ssh-key to the secrets.nix file and
run `agenix -r` to rekey the secrets.
This commit series completes a major infrastructure overhaul:
- Migrate from manual GitHub Actions YAML to nix-actions workflow generation
- Add automated dependency update workflow with scheduled runs
- Add comprehensive Nix package definitions for all components (atlantis, sorcerer, archivist, etc.)
- Create containerized builds with proper Docker support
- Wrap scripts inside nix for better dependency management and shellcheck
The build system now uses pure Nix expressions for both local development
and CI/CD, providing better reproducibility and maintainability.
`bun` is a Node.js compatible npm client designed to be an incredibly fast successor to npm.
`bun install` installs a Node.js compatible node_modules folder. It also automatically converts
a `package-lock.json` to a `bun.lock` file.
Bumps `gitlab-ci` to the `v4.1` branch for `bun` compatibility.