Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

.gitlab-ci.yml
stages:
  - all

nix-job:
  tags:
    - nix
    - rootless-podman
    - aarch64-linux
  stage: all
  script:
    - nix --version
    - export USER="$(whoami)"
    - CLICOLOR_FORCE=1 ./demo-full.sh --auto --gcroots recreate
    - ./demo-full.sh -l