Switch to nixos-23.05 fork

This commit is contained in:
Sandro - 2023-10-29 18:30:39 +01:00
parent dab9f5d1e6
commit 01572b34c2
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 14 additions and 14 deletions

View File

@ -2,16 +2,16 @@
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1697841910,
"narHash": "sha256-ocpHe+S8l6WKYcuJU1L2pAGPM0/km5EVVpqtLHO/JT4=",
"owner": "NixOS",
"lastModified": 1698600432,
"narHash": "sha256-I01UF8FH5yNivQaggkutyIXtZMQkkSv+LNY2/d6zHp8=",
"owner": "SuperSandro2000",
"repo": "nixpkgs",
"rev": "c1cc5a1dc6ead6839b6dc0ebe29b36ba1daaf59c",
"rev": "2b6e730df4c428d340b01efecf9199269c853eeb",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-23.05",
"owner": "SuperSandro2000",
"ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}
@ -19,11 +19,11 @@
"openwrt": {
"flake": false,
"locked": {
"lastModified": 1697807841,
"narHash": "sha256-hUQgXgnbr07qgcili27MXSa0n3vFloyobhy079dsuHw=",
"lastModified": 1698580828,
"narHash": "sha256-rUV9DUfiqp3njMGiquCEzzX6CyhUmKoTm/71JcvHY20=",
"ref": "openwrt-23.05",
"rev": "4afff7b8b54c3b246fba30ed83dfac527e78e57d",
"revCount": 57969,
"rev": "64ab02aff86839dad65d97d38ed302c73b22ad40",
"revCount": 58017,
"type": "git",
"url": "https://git.openwrt.org/openwrt/openwrt.git"
},
@ -40,11 +40,11 @@
]
},
"locked": {
"lastModified": 1697794861,
"narHash": "sha256-OoNjics2a6mKC2Spbv/AHa0j4iFwEuCDkihb5OqtERA=",
"lastModified": 1698572775,
"narHash": "sha256-Wy55s7XyNdGRUVamsAFskvS4iyBUNOt/EjOpfIIJmxU=",
"owner": "astro",
"repo": "nix-openwrt-imagebuilder",
"rev": "9b83af25f73021cea155004a8a42e4c195e27b5e",
"rev": "bc529bf83f17e440e3c0e32a6f777dae59b24fc6",
"type": "github"
},
"original": {

View File

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