diff --git a/flake.nix b/flake.nix index 6e2d475..cd8bddc 100644 --- a/flake.nix +++ b/flake.nix @@ -12,6 +12,10 @@ path = ./templates/default; description = "A simple boilerplate for running Laravel on NixOS in a Vagrant machine."; }; + default = { + path = ./templates/php; + description = "A simple boilerplate for running PHP apps in a nix shell."; + }; }; checks."x86_64-linux".vagrant = let