From b65a6ddaf102c818d588e5e2d248392d158dff3d Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Fri, 14 Apr 2023 11:38:08 -0400 Subject: [PATCH] fix: Updated flake. --- flake.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/flake.nix b/flake.nix index 6e2d475..cd8bddc 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."; }; + default = { + path = ./templates/php; + description = "A simple boilerplate for running PHP apps in a nix shell."; + }; }; checks."x86_64-linux".vagrant = let