From 54be2ec6415f8c067a5e2a5467a83118b75d5e14 Mon Sep 17 00:00:00 2001 From: Spencer Brower Date: Mon, 1 May 2023 16:59:24 -0400 Subject: [PATCH] fix: Updated flake. --- templates/php/flake.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/templates/php/flake.nix b/templates/php/flake.nix index 645a6d1..80d296f 100644 --- a/templates/php/flake.nix +++ b/templates/php/flake.nix @@ -3,7 +3,7 @@ inputs = { flake-utils.url = "github:numtide/flake-utils"; - # nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; + nixpkgs.url = "github:NixOS/nixpkgs/nixos-22.11"; }; outputs = { self, flake-utils, nixpkgs }: flake-utils.lib.eachSystem [ "x86_64-linux" ] (system: @@ -18,6 +18,7 @@ caddy foreman php80 + php80Packages.composer ]; }; });