From 60e7ce4f5124d3f2d0e0489b9e00961473960303 Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 11 Dec 2023 20:48:26 +0100 Subject: [PATCH] flake.nix: nixos 23.05 -> 23.11 --- flake.lock | 12 ++++++------ flake.nix | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/flake.lock b/flake.lock index 3d43a81..7d1e26f 100644 --- a/flake.lock +++ b/flake.lock @@ -2,16 +2,16 @@ "nodes": { "nixpkgs": { "locked": { - "lastModified": 1701027255, - "narHash": "sha256-UX6HUIqWXMzlpVEew17X9y8RPiAvJev1A/gnyLKHUQw=", - "owner": "SuperSandro2000", + "lastModified": 1702233072, + "narHash": "sha256-H5G2wgbim2Ku6G6w+NSaQaauv6B6DlPhY9fMvArKqRo=", + "owner": "nixos", "repo": "nixpkgs", - "rev": "337b3996fc95c5d53bc1af2ca650aa85b56c3c92", + "rev": "781e2a9797ecf0f146e81425c822dca69fe4a348", "type": "github" }, "original": { - "owner": "SuperSandro2000", - "ref": "nixos-23.05", + "owner": "nixos", + "ref": "nixos-23.11", "repo": "nixpkgs", "type": "github" } diff --git a/flake.nix b/flake.nix index 67afb24..6d93ae1 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "Zentralwerk network"; inputs = { - nixpkgs.url = "github:SuperSandro2000/nixpkgs/nixos-23.05"; + nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11"; openwrt = { url = "git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05"; flake = false;