feat: updated to nginx 23.05

This commit is contained in:
silver 2023-06-17 21:35:57 +01:00
parent 704222fcb9
commit e990626c7a
4 changed files with 7 additions and 7 deletions

View file

@ -4,7 +4,7 @@
inputs = {
# gonna start off with a fairly modern base
nixpkgs.url = "nixpkgs/nixos-22.11";
nixpkgs.url = "nixpkgs/nixos-23.05";
# utility stuff
flake-utils.url = "github:numtide/flake-utils";