fix(flake.nix):

This commit is contained in:
Spencer Brower
2023-06-14 17:59:06 -04:00
parent 87498ec037
commit 0c885b7b2a

View File

@@ -12,6 +12,10 @@
path = ./templates/default;
description = "A simple boilerplate for running Laravel on NixOS in a Vagrant machine.";
};
nodejs = {
path = ./templates/nodejs;
description = "A simple boilerplate for running Node.js apps in a nix shell.";
};
php = {
path = ./templates/php;
description = "A simple boilerplate for running PHP apps in a nix shell.";