Use Build Configs

Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
This commit is contained in:
Oliver Davies 2025-10-07 00:10:58 +01:00
parent 238571521d
commit b071f0d5c6
4 changed files with 52 additions and 9 deletions

View file

@ -1 +1 @@
use flake .
use flake

View file

@ -1,7 +1,43 @@
.editorconfig
.gitattributes
data/
recipes/README.txt
vendor/
web/
web/core/
/.direnv/
/.editorconfig
/.env
/.gitattributes
/.phpunit.result.cache
/bin/
/data/
/phpcs.xml
/phpunit.xml
/phpstan.neon
/vendor/
/web/.csslintrc
/web/.eslintignore
/web/.eslintrc.json
/web/.ht.router.php
/web/.htaccess
/web/INSTALL.txt
/web/README.md
/web/autoload.php
/web/core/
/web/example.gitignore
/web/index.php
/web/modules/README.txt
/web/modules/contrib/
/web/profiles/README.txt
/web/profiles/contrib/
/web/robots.txt
/web/sites/*/files/
/web/sites/*/private/
/web/sites/*/services*.yml
/web/sites/*/settings*.php
/web/sites/README.txt
/web/sites/default/default.services.yml
/web/sites/default/default.settings.php
/web/sites/development.services.yml
/web/sites/example.settings.local.php
/web/sites/example.sites.php
/web/sites/simpletest/
/web/themes/README.txt
/web/themes/contrib/
/web/update.php
/web/web.config

View file

@ -0,0 +1,8 @@
---
name: drupal-nix-flake
template: php-drupal
parameters:
database:
name: drupal_nix_flake_example
nix:
phpPackage: php83

View file

@ -30,7 +30,6 @@
databasePort = 3306;
webPort = 8000;
in
with lib;
{