From 3bb6614a9946acfa071b84b29b99460d8dfd9076 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Fri, 14 Apr 2023 11:38:37 -0400 Subject: [PATCH] fix: Fixed flake. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index cd8bddc..7d394d0 100644 --- a/flake.nix +++ b/flake.nix @@ -12,7 +12,7 @@ path = ./templates/default; description = "A simple boilerplate for running Laravel on NixOS in a Vagrant machine."; }; - default = { + php = { path = ./templates/php; description = "A simple boilerplate for running PHP apps in a nix shell."; };