drop nixos-23.05 reference

This commit is contained in:
Jörg Thalheim 2023-11-26 18:01:53 +01:00
parent 59ba6cdbac
commit 70be6e1e6d
2 changed files with 4 additions and 17 deletions

View File

@ -40,22 +40,6 @@
"type": "github"
}
},
"nixos-23_05": {
"locked": {
"lastModified": 1700501263,
"narHash": "sha256-M0U063Ba2DKL4lMYI7XW13Rsk5tfUXnIYiAVa39AV/0=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "f741f8a839912e272d7e87ccf4b9dbc6012cdaf9",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1700794826,
@ -105,7 +89,9 @@
},
"srvos": {
"inputs": {
"nixos-23_05": "nixos-23_05",
"nixos-23_05": [
"nixpkgs"
],
"nixpkgs": [
"nixpkgs"
]

View File

@ -14,6 +14,7 @@
srvos.url = "github:numtide/srvos";
# Use the version of nixpkgs that has been tested to work with SrvOS
srvos.inputs.nixpkgs.follows = "nixpkgs";
srvos.inputs.nixos-23_05.follows = "nixpkgs";
sops-nix.url = "github:Mic92/sops-nix";
sops-nix.inputs.nixpkgs.follows = "nixpkgs";