fix: Fixed path.

This commit is contained in:
Spencer Brower
2022-12-13 12:26:36 -05:00
parent 6776d62a82
commit f95ce70d57

View File

@@ -9,7 +9,7 @@
templates = { templates = {
default = { default = {
path = "./templates/default"; path = ./templates/default;
description = "A simple boilerplate for running Laravel on NixOS in a Vagrant machine."; description = "A simple boilerplate for running Laravel on NixOS in a Vagrant machine.";
}; };
}; };