mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-22 18:27:31 +00:00
Replace build.yaml
with build-configs.yaml
This commit is contained in:
parent
5c976b13fb
commit
7bdb91630a
5
.yamlfmt.yaml
Normal file
5
.yamlfmt.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
formatter:
|
||||||
|
include_document_start: true
|
||||||
|
retain_line_breaks_single: true
|
||||||
|
type: basic
|
10
build-configs.yaml
Normal file
10
build-configs.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
---
|
||||||
|
name: build-configs
|
||||||
|
template: symfony-cli
|
||||||
|
parameters:
|
||||||
|
nix:
|
||||||
|
devshell:
|
||||||
|
packages:
|
||||||
|
- bashInteractive
|
||||||
|
- php82
|
||||||
|
- php82Packages.composer
|
|
@ -1,9 +0,0 @@
|
||||||
name: build-configs
|
|
||||||
type: symfony
|
|
||||||
language: php
|
|
||||||
flake:
|
|
||||||
devshell:
|
|
||||||
packages:
|
|
||||||
- bashInteractive
|
|
||||||
- php82
|
|
||||||
- php82Packages.composer
|
|
Loading…
Reference in a new issue