feat: Updated templates to use 23.05

This commit is contained in:
Spencer Brower
2023-06-07 11:24:20 -04:00
parent 88d447c253
commit d31ceccc12
2 changed files with 4 additions and 4 deletions

View File

@@ -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-23.05";
};
outputs = { self, flake-utils, nixpkgs }: flake-utils.lib.eachSystem [ "x86_64-linux" ] (system:
@@ -17,8 +17,8 @@
packages = with pkgs; [
caddy
foreman
php80
php80Packages.composer
php
phpPackages.composer
];
};
});