mirror of
https://github.com/opdavies/build-configs.git
synced 2025-02-02 13:57:33 +00:00
Add sculpin-site
and symfony-cli
examples
This commit is contained in:
parent
7684f05d59
commit
43f7f13da5
9
examples/sculpin-site/build-configs.yaml
Normal file
9
examples/sculpin-site/build-configs.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
name: project-name
|
||||||
|
template: sculpin-site
|
||||||
|
parameters:
|
||||||
|
nix:
|
||||||
|
devshell:
|
||||||
|
packages:
|
||||||
|
- php82
|
||||||
|
- php82Packages.composer
|
9
examples/symfony-cli/build-configs.yaml
Normal file
9
examples/symfony-cli/build-configs.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
---
|
||||||
|
name: project-name
|
||||||
|
template: symfony-cli
|
||||||
|
parameters:
|
||||||
|
nix:
|
||||||
|
devshell:
|
||||||
|
packages:
|
||||||
|
- php82
|
||||||
|
- php82Packages.composer
|
Loading…
Reference in a new issue