From 36df67c428e2c25288e8f84b57af5c39373c4665 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 10 Jun 2022 18:56:04 +0200 Subject: [PATCH] flake.nix: bump nixpkgs from 21.11 to 22.05 --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index be1b1e4..629d0ca 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Zentralwerk network"; inputs = { - nixpkgs.url = "github:NixOS/nixpkgs/release-21.11"; + nixpkgs.url = "github:NixOS/nixpkgs/release-22.05"; nixpkgs-master.url = "github:NixOS/nixpkgs"; openwrt.url = "git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-21.02"; openwrt.flake = false;