flake.nix: nixos 23.05 -> 23.11

This commit is contained in:
Astro 2023-12-11 20:48:26 +01:00
parent 072867a2a6
commit 60e7ce4f51
2 changed files with 7 additions and 7 deletions

View File

@ -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"
}

View File

@ -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;