diff --git a/flake.nix b/flake.nix index a7d2c31..6e2d475 100644 --- a/flake.nix +++ b/flake.nix @@ -9,7 +9,7 @@ templates = { default = { - path = "./templates/default"; + path = ./templates/default; description = "A simple boilerplate for running Laravel on NixOS in a Vagrant machine."; }; };