lab/drupal-nix-flake
Oliver Davies c3113b0eec Update configuration files
Signed-off-by: Oliver Davies <oliver@oliverdavies.uk>
2025-10-10 19:02:42 +01:00
..
recipes Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
tools/scripts Update Drupal configuration files 2025-10-08 22:18:42 +01:00
web/modules/example Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
.envrc Update configuration files 2025-10-10 19:02:42 +01:00
.gitignore Update configuration files 2025-10-10 19:02:42 +01:00
.tmux-sessionizer Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
build-configs.yaml Use Build Configs 2025-10-07 00:18:41 +01:00
clean Update Drupal configuration files 2025-10-08 22:18:42 +01:00
composer.json Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
composer.lock Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
flake.lock Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
flake.nix Update configuration files 2025-10-10 19:02:42 +01:00
phpunit.xml.dist Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
README.md Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
start Update Drupal configuration files 2025-10-08 22:18:42 +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