Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

default-machine-file.nix
with import ./config.nix;
{
  requireExperimentalFeatures =
    mkDerivation {
      name = "empty-dir";
      builder = ./empty-dir-builder.sh;
      requiredSystemFeatures = [ "test-system-feature" ];
    };
}