From 0c885b7b2a3f66601dde96346cce32f130a41adb Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Wed, 14 Jun 2023 17:59:06 -0400 Subject: [PATCH] fix(flake.nix): --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 7d394d0..9787485 100644 --- a/flake.nix +++ b/flake.nix @@ -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.";