Update netbox host to NixOS 23.11 and netbox to v3.6.3

This commit is contained in:
yuri 2023-12-01 21:53:58 +01:00
parent 25cab7982b
commit b030b10055
3 changed files with 21 additions and 1 deletions

17
flake.lock generated
View file

@ -52,6 +52,22 @@
"type": "github"
}
},
"nixpkgs-23-11": {
"locked": {
"lastModified": 1701374686,
"narHash": "sha256-xaJPtgvTuUGSPba8p3+ezCJjKnVij77ai8OE2bnTC0E=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "1bce6a1791a513af2727e5b668b3cd9ba76cb0bf",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-23.11-small",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1699354722,
@ -72,6 +88,7 @@
"inputs": {
"nixos-generators": "nixos-generators",
"nixpkgs": "nixpkgs",
"nixpkgs-23-11": "nixpkgs-23-11",
"nixpkgs-unstable": "nixpkgs-unstable"
}
}