Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 464 Bytes

plan.template.md

File metadata and controls

49 lines (31 loc) · 464 Bytes

Build Plan

Build matrix

```yml $(yq --yaml-output '.matrix' builds.yml) ```

Raw build flags file

```yml $(< ./nix/flags.nix) ```

Build versions

env

```yml $(yq --yaml-output '.env' builds.yml) ```

Raw `builds.yml` file

```yml $(< builds.yml) ```

Raw `versions.nix` file

```nix $(< nix/versions.nix) ```

EOF