What: - swap nix-moltbot inputs, packages, and workflow automation - update secrets wiring, repo seeds, and org references for moltbot - fix self-update path and moltbot config/log defaults Why: - align infra with moltbot rename and new packaging - restore update pipeline + consistent bootstrap artifacts Tests: - ./scripts/build-image.sh (fails: /build chmod permission on darwin)
10 lines
114 B
Nix
10 lines
114 B
Nix
{ pkgs, ... }:
|
|
{
|
|
packages = [
|
|
pkgs.nixos-generators
|
|
pkgs.awscli2
|
|
pkgs.curl
|
|
pkgs.opentofu
|
|
];
|
|
}
|