Downgrade server10

This commit is contained in:
Sandro - 2023-06-05 22:58:51 +02:00
parent bbcf0abf9c
commit 10a21ecc71
Signed by: sandro
GPG Key ID: 3AF5A43A3EECC2E5
2 changed files with 4 additions and 3 deletions

View File

@ -377,7 +377,7 @@
"type": "github"
}
},
"nixos-21-11": {
"nixos-22-11": {
"locked": {
"lastModified": 1685987698,
"narHash": "sha256-iyJcc/ZJI8KROtkmKwVbs0sRGJawcYD/8owb/Z2/R3s=",
@ -500,7 +500,7 @@
"naersk": "naersk",
"nix-cache-cut": "nix-cache-cut",
"nixos": "nixos",
"nixos-21-11": "nixos-21-11",
"nixos-22-11": "nixos-22-11",
"nixos-hardware": "nixos-hardware",
"nixos-modules": "nixos-modules",
"oparl-scraper": "oparl-scraper",

View File

@ -8,7 +8,7 @@
inputs = {
# use sandro's fork full with cherry-picked fixes
nixos-21-11.url = "github:SuperSandro2000/nixpkgs/nixos-22.11";
nixos-22-11.url = "github:SuperSandro2000/nixpkgs/nixos-22.11";
nixos.url = "github:SuperSandro2000/nixpkgs/nixos-23.05";
nixos-hardware.url = "github:nixos/nixos-hardware";
@ -722,6 +722,7 @@
skyflake.nixosModules.default
{ _module.args = { inherit self; }; }
];
nixos = inputs.nixos-22-11;
};
spaceapi = nixosSystem' {