feat: Replaced default template with the PHP template.

This commit is contained in:
Spencer Brower
2024-09-17 10:27:56 -04:00
parent 4f23e6e01e
commit 83166cad43
4 changed files with 3 additions and 99 deletions

View File

@@ -1,5 +1,5 @@
{
description = "Utilities for running Laravel, particularly with Vagrant";
description = "Utilities for running Laravel, particularly with nix run";
outputs = { nixpkgs, self }: {
nixosModules = {
@@ -9,8 +9,8 @@
templates = {
default = {
path = ./templates/default;
description = "A simple boilerplate for running Laravel on NixOS in a Vagrant machine.";
path = ./templates/php;
description = "A simple boilerplate for running Laravel with nix run.";
};
nodejs = {
path = ./templates/nodejs;