Replace build.yaml
with build-configs.yaml
This commit is contained in:
parent
87869da79a
commit
de5936b547
12
build-configs.yaml
Normal file
12
build-configs.yaml
Normal file
|
@ -0,0 +1,12 @@
|
|||
---
|
||||
name: oliverdavies-uk
|
||||
template: sculpin-site
|
||||
parameters:
|
||||
nix:
|
||||
devshell:
|
||||
packages:
|
||||
- bashInteractive
|
||||
- nodePackages.pnpm
|
||||
- nodejs
|
||||
- php82
|
||||
- php82Packages.composer
|
13
build.yaml
13
build.yaml
|
@ -1,13 +0,0 @@
|
|||
---
|
||||
name: oliverdavies-uk
|
||||
type: sculpin
|
||||
language: php
|
||||
|
||||
flake:
|
||||
devshell:
|
||||
packages:
|
||||
- bashInteractive
|
||||
- nodePackages.pnpm
|
||||
- nodejs
|
||||
- php82
|
||||
- php82Packages.composer
|
Loading…
Reference in a new issue