lab/drupal-nix-flake
2025-09-29 23:15:40 +01:00
..
recipes Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
web/modules/example Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
.envrc Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
.gitignore Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +01:00
.tmux-sessionizer Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +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 Move all files to drupal-nix-flake/ 2025-09-29 23:15:40 +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

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