From 04d7f09b617827a47d39206d0e5e0aae725c30ec Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 29 Sep 2025 23:15:40 +0100 Subject: [PATCH] Move all files to drupal-nix-flake/ --- .envrc => drupal-nix-flake/.envrc | 0 .gitignore => drupal-nix-flake/.gitignore | 0 .tmux-sessionizer => drupal-nix-flake/.tmux-sessionizer | 0 README.md => drupal-nix-flake/README.md | 0 composer.json => drupal-nix-flake/composer.json | 0 composer.lock => drupal-nix-flake/composer.lock | 0 flake.lock => drupal-nix-flake/flake.lock | 0 flake.nix => drupal-nix-flake/flake.nix | 0 phpunit.xml.dist => drupal-nix-flake/phpunit.xml.dist | 0 {recipes => drupal-nix-flake/recipes}/.keep | 0 {web => drupal-nix-flake/web}/modules/example/example.info.yml | 0 {web => drupal-nix-flake/web}/modules/example/example.routing.yml | 0 .../web}/modules/example/src/Controller/ExamplePageController.php | 0 .../web}/modules/example/tests/src/Functional/ExampleTest.php | 0 14 files changed, 0 insertions(+), 0 deletions(-) rename .envrc => drupal-nix-flake/.envrc (100%) rename .gitignore => drupal-nix-flake/.gitignore (100%) rename .tmux-sessionizer => drupal-nix-flake/.tmux-sessionizer (100%) rename README.md => drupal-nix-flake/README.md (100%) rename composer.json => drupal-nix-flake/composer.json (100%) rename composer.lock => drupal-nix-flake/composer.lock (100%) rename flake.lock => drupal-nix-flake/flake.lock (100%) rename flake.nix => drupal-nix-flake/flake.nix (100%) rename phpunit.xml.dist => drupal-nix-flake/phpunit.xml.dist (100%) rename {recipes => drupal-nix-flake/recipes}/.keep (100%) rename {web => drupal-nix-flake/web}/modules/example/example.info.yml (100%) rename {web => drupal-nix-flake/web}/modules/example/example.routing.yml (100%) rename {web => drupal-nix-flake/web}/modules/example/src/Controller/ExamplePageController.php (100%) rename {web => drupal-nix-flake/web}/modules/example/tests/src/Functional/ExampleTest.php (100%) diff --git a/.envrc b/drupal-nix-flake/.envrc similarity index 100% rename from .envrc rename to drupal-nix-flake/.envrc diff --git a/.gitignore b/drupal-nix-flake/.gitignore similarity index 100% rename from .gitignore rename to drupal-nix-flake/.gitignore diff --git a/.tmux-sessionizer b/drupal-nix-flake/.tmux-sessionizer similarity index 100% rename from .tmux-sessionizer rename to drupal-nix-flake/.tmux-sessionizer diff --git a/README.md b/drupal-nix-flake/README.md similarity index 100% rename from README.md rename to drupal-nix-flake/README.md diff --git a/composer.json b/drupal-nix-flake/composer.json similarity index 100% rename from composer.json rename to drupal-nix-flake/composer.json diff --git a/composer.lock b/drupal-nix-flake/composer.lock similarity index 100% rename from composer.lock rename to drupal-nix-flake/composer.lock diff --git a/flake.lock b/drupal-nix-flake/flake.lock similarity index 100% rename from flake.lock rename to drupal-nix-flake/flake.lock diff --git a/flake.nix b/drupal-nix-flake/flake.nix similarity index 100% rename from flake.nix rename to drupal-nix-flake/flake.nix diff --git a/phpunit.xml.dist b/drupal-nix-flake/phpunit.xml.dist similarity index 100% rename from phpunit.xml.dist rename to drupal-nix-flake/phpunit.xml.dist diff --git a/recipes/.keep b/drupal-nix-flake/recipes/.keep similarity index 100% rename from recipes/.keep rename to drupal-nix-flake/recipes/.keep diff --git a/web/modules/example/example.info.yml b/drupal-nix-flake/web/modules/example/example.info.yml similarity index 100% rename from web/modules/example/example.info.yml rename to drupal-nix-flake/web/modules/example/example.info.yml diff --git a/web/modules/example/example.routing.yml b/drupal-nix-flake/web/modules/example/example.routing.yml similarity index 100% rename from web/modules/example/example.routing.yml rename to drupal-nix-flake/web/modules/example/example.routing.yml diff --git a/web/modules/example/src/Controller/ExamplePageController.php b/drupal-nix-flake/web/modules/example/src/Controller/ExamplePageController.php similarity index 100% rename from web/modules/example/src/Controller/ExamplePageController.php rename to drupal-nix-flake/web/modules/example/src/Controller/ExamplePageController.php diff --git a/web/modules/example/tests/src/Functional/ExampleTest.php b/drupal-nix-flake/web/modules/example/tests/src/Functional/ExampleTest.php similarity index 100% rename from web/modules/example/tests/src/Functional/ExampleTest.php rename to drupal-nix-flake/web/modules/example/tests/src/Functional/ExampleTest.php