Replace build.yaml with build-configs.yaml

This commit is contained in:
Oliver Davies 2024-07-31 18:24:50 +01:00
parent 5c976b13fb
commit 7bdb91630a
3 changed files with 15 additions and 9 deletions

5
.yamlfmt.yaml Normal file
View file

@ -0,0 +1,5 @@
---
formatter:
include_document_start: true
retain_line_breaks_single: true
type: basic

10
build-configs.yaml Normal file
View file

@ -0,0 +1,10 @@
---
name: build-configs
template: symfony-cli
parameters:
nix:
devshell:
packages:
- bashInteractive
- php82
- php82Packages.composer

View file

@ -1,9 +0,0 @@
name: build-configs
type: symfony
language: php
flake:
devshell:
packages:
- bashInteractive
- php82
- php82Packages.composer