nix/ci.nix: Test nixos-23.11

This commit is contained in:
Robert Hensing 2024-02-28 03:27:24 +01:00
parent 0425359d03
commit 24564f7919
2 changed files with 13 additions and 0 deletions

View file

@ -7,6 +7,7 @@ let
dimension "Nixpkgs" { dimension "Nixpkgs" {
"nixpkgs-19_09" = sources."nixos-19.09"; "nixpkgs-19_09" = sources."nixos-19.09";
"nixpkgs-21_05" = sources."nixos-21.05"; "nixpkgs-21_05" = sources."nixos-21.05";
"nixpkgs-23_11" = sources."nixos-23.11";
} (_key: nixpkgs: } (_key: nixpkgs:
import ../tests/default.nix { pkgs = import ./default.nix { inherit nixpkgs; }; } import ../tests/default.nix { pkgs = import ./default.nix { inherit nixpkgs; }; }
) )

View file

@ -35,6 +35,18 @@
"url": "https://github.com/NixOS/nixpkgs/archive/3b1789322fcbcb5cf51228d732752714f1bf77da.tar.gz", "url": "https://github.com/NixOS/nixpkgs/archive/3b1789322fcbcb5cf51228d732752714f1bf77da.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz" "url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
}, },
"nixos-23.11": {
"branch": "nixos-23.11",
"description": "Nix Packages collection & NixOS",
"homepage": "",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b7ee09cf5614b02d289cd86fcfa6f24d4e078c2a",
"sha256": "1a2p27n1y8z5ssk9ngy5d54bjyx419wrqlmcga9hw8i3iacxcqhm",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs/archive/b7ee09cf5614b02d289cd86fcfa6f24d4e078c2a.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixpkgs": { "nixpkgs": {
"branch": "nixos-19.03", "branch": "nixos-19.03",
"description": "Nixpkgs/NixOS branches that track the Nixpkgs/NixOS channels", "description": "Nixpkgs/NixOS branches that track the Nixpkgs/NixOS channels",