From d797cdd3a21718d320405daf519004bd55574e19 Mon Sep 17 00:00:00 2001 From: Astro Date: Wed, 31 May 2023 23:52:05 +0200 Subject: [PATCH] flake.nix: bump inputs.nixpkgs from 22.11 to 23.05 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 9920851..7046d6d 100644 --- a/flake.nix +++ b/flake.nix @@ -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;