flake.nix: bump inputs.nixpkgs from 22.11 to 23.05

This commit is contained in:
Astro 2023-05-31 23:52:05 +02:00
parent d410bf0d82
commit d797cdd3a2
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
description = "Zentralwerk network";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/release-22.11";
nixpkgs.url = "github:NixOS/nixpkgs/release-23.05";
openwrt = {
url = "git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-22.03";
flake = false;