fix(unifi): pin mongodb-5_0 for now

requires a manual database upgrade...
This commit is contained in:
arcnmx 2024-11-20 09:15:44 -08:00
parent 5e49413fd0
commit a8d2fa8c90
3 changed files with 25 additions and 1 deletions

17
flake.lock generated
View file

@ -204,6 +204,22 @@
"type": "github"
}
},
"nixpkgs-2405": {
"locked": {
"lastModified": 1731797254,
"narHash": "sha256-df3dJApLPhd11AlueuoN0Q4fHo/hagP75LlM5K1sz9g=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "e8c38b73aeb218e27163376a2d617e61a2ad9b59",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-24.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"arcexprs": "arcexprs",
@ -215,6 +231,7 @@
"flakelib": "flakelib",
"home-manager": "home-manager",
"nixpkgs": "nixpkgs",
"nixpkgs-2405": "nixpkgs-2405",
"sops-nix": "sops-nix",
"std-fl": "std-fl",
"systemd2mqtt": "systemd2mqtt",