flake.nix: bump nixpkgs from 21.11 to 22.05

This commit is contained in:
Astro 2022-06-10 18:56:04 +02:00
parent 6f8dfc8859
commit 36df67c428
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-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;