fix: Fixed flake.

This commit is contained in:
Spencer Brower
2023-04-14 11:38:37 -04:00
parent b65a6ddaf1
commit 3bb6614a99

View File

@@ -12,7 +12,7 @@
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.";
}; };
default = { php = {
path = ./templates/php; path = ./templates/php;
description = "A simple boilerplate for running PHP apps in a nix shell."; description = "A simple boilerplate for running PHP apps in a nix shell.";
}; };