diff --git a/flake.nix b/flake.nix index fb5b52acd..3a1890268 100644 --- a/flake.nix +++ b/flake.nix @@ -11,6 +11,7 @@ devShells.${system}.default = pkgs.mkShell { packages = with pkgs; [ + just php83 php83Packages.composer ]; diff --git a/justfile b/justfile new file mode 100644 index 000000000..34e4a32fa --- /dev/null +++ b/justfile @@ -0,0 +1,8 @@ +_default: + just --list + +export-config: + drush config:export --destination=`pwd`/config/sync --yes + +install-drupal: + drush si --db-url=sqlite://localhost/db.sqlite