stable release: 22.11 -> 23.05

This commit is contained in:
adisbladis 2023-06-07 03:43:45 +12:00
parent c9711ce55f
commit 36e4c9f03c
2 changed files with 6 additions and 6 deletions

8
flake.lock generated
View file

@ -36,16 +36,16 @@
}, },
"nixpkgs-stable": { "nixpkgs-stable": {
"locked": { "locked": {
"lastModified": 1685883127, "lastModified": 1685865905,
"narHash": "sha256-zPDaPNrAtBnO24rNqjHLINHsqTdRbgWy1c/TL3EdwlM=", "narHash": "sha256-XJZ/o17eOd2sEsGif+/MQBnfa2DKmndWgJyc7CWajFc=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "d4a9ff82fc18723219b60c66fb2ccb0734c460eb", "rev": "e7603eba51f2c7820c0a182c6bbb351181caa8e7",
"type": "github" "type": "github"
}, },
"original": { "original": {
"owner": "NixOS", "owner": "NixOS",
"ref": "nixos-22.11", "ref": "nixos-23.05",
"repo": "nixpkgs", "repo": "nixpkgs",
"type": "github" "type": "github"
} }

View file

@ -9,7 +9,7 @@
inputs = { inputs = {
flake-utils.url = "github:numtide/flake-utils"; flake-utils.url = "github:numtide/flake-utils";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-22.11"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-23.05";
}; };
outputs = outputs =
@ -78,7 +78,7 @@
in in
{ {
"22.11" = mkHydraJobs (importPkgs nixpkgs-stable { inherit system; }); "23.05" = mkHydraJobs (importPkgs nixpkgs-stable { inherit system; });
"unstable" = mkHydraJobs (importPkgs nixpkgs { inherit system; }); "unstable" = mkHydraJobs (importPkgs nixpkgs { inherit system; });
}; };
}) // flake-utils.lib.eachDefaultSystem (system: ( }) // flake-utils.lib.eachDefaultSystem (system: (