Replace build.yaml
with build-configs.yaml
This commit is contained in:
parent
9528cb321a
commit
435545a3ed
5
.yamlfmt.yaml
Normal file
5
.yamlfmt.yaml
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
---
|
||||||
|
formatter:
|
||||||
|
type: basic
|
||||||
|
include_document_start: true
|
||||||
|
retain_line_breaks_single: true
|
13
build-configs.yaml
Normal file
13
build-configs.yaml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
---
|
||||||
|
name: sculpin-skeleton
|
||||||
|
template: sculpin-site
|
||||||
|
parameters:
|
||||||
|
nix:
|
||||||
|
devshell:
|
||||||
|
packages:
|
||||||
|
- php81
|
||||||
|
- php81Packages.composer
|
||||||
|
|
||||||
|
git:
|
||||||
|
ignore:
|
||||||
|
- /flake.lock
|
13
build.yaml
13
build.yaml
|
@ -1,13 +0,0 @@
|
||||||
name: sculpin-skeleton
|
|
||||||
type: sculpin
|
|
||||||
language: php
|
|
||||||
|
|
||||||
flake:
|
|
||||||
devshell:
|
|
||||||
packages:
|
|
||||||
- php81
|
|
||||||
- php81Packages.composer
|
|
||||||
|
|
||||||
git:
|
|
||||||
ignore:
|
|
||||||
- /flake.lock
|
|
Loading…
Reference in a new issue