Interface NixPlan

The validated nixpacks plan for this build

Hierarchy

  • NixPlan

Properties

Properties

cmds: {
    build: null | string;
    install: null | string;
    start: null | string;
}

Type declaration

  • build: null | string
  • install: null | string
  • start: null | string
language: null | string
pkgs: null | string[]

Generated using TypeDoc