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": { "nodes": {
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1701027255, "lastModified": 1702233072,
"narHash": "sha256-UX6HUIqWXMzlpVEew17X9y8RPiAvJev1A/gnyLKHUQw=", "narHash": "sha256-H5G2wgbim2Ku6G6w+NSaQaauv6B6DlPhY9fMvArKqRo=",
"owner": "SuperSandro2000", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "337b3996fc95c5d53bc1af2ca650aa85b56c3c92", "rev": "781e2a9797ecf0f146e81425c822dca69fe4a348",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "SuperSandro2000", "owner": "nixos",
"ref": "nixos-23.05", "ref": "nixos-23.11",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View File

@ -2,7 +2,7 @@
description = "Zentralwerk network"; description = "Zentralwerk network";
inputs = { inputs = {
nixpkgs.url = "github:SuperSandro2000/nixpkgs/nixos-23.05"; nixpkgs.url = "github:nixos/nixpkgs/nixos-23.11";
openwrt = { openwrt = {
url = "git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05"; url = "git+https://git.openwrt.org/openwrt/openwrt.git?ref=openwrt-23.05";
flake = false; flake = false;