No description
Find a file
2025-04-23 22:36:26 +01:00
recipes Add Drupal 2025-04-23 20:51:23 +01:00
web/modules/example Add an example module 2025-04-23 22:36:26 +01:00
.envrc Initial commit 2025-04-23 20:35:36 +01:00
.gitignore Add services 2025-04-23 20:51:34 +01:00
.tmux-sessionizer Add .tmux-sessionizer 2025-04-23 20:52:25 +01:00
composer.json Add test script 2025-04-23 22:36:26 +01:00
composer.lock Add drupal/core-dev 2025-04-23 20:58:50 +01:00
flake.lock Add services 2025-04-23 20:51:34 +01:00
flake.nix Add services 2025-04-23 20:51:34 +01:00
phpunit.xml.dist Add phpunit.xml.dist 2025-04-23 22:36:26 +01:00
README.md Add README.md 2025-04-23 22:36:26 +01:00

drupal-nix-flake-example

Run nix run to start the project.

Run nix develop to enter the dev shell to access PHP and Composer, or use direnv.

Install Drupal:

drush site:install --db-url=mysql://root@127.0.0.1/drupal_nix_flake_example

Add drupal/core-dev to run tests:

composer require --dev drupal/core-dev