mirror of
https://github.com/sbrow/nix.git
synced 2026-02-27 13:21:45 -05:00
fix: Fixed path.
This commit is contained in:
@@ -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.";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user