ci.nix: Drop nixos-19.03

This commit is contained in:
Robert Hensing 2024-02-28 03:18:26 +01:00
parent dc93a4d278
commit 71f8c3a2e6
2 changed files with 0 additions and 13 deletions

View file

@ -5,7 +5,6 @@ let
;
in
dimension "Nixpkgs" {
"nixpkgs-19_03" = sources."nixos-19.03";
"nixpkgs-19_09" = sources."nixos-19.09";
"nixpkgs-21_05" = sources."nixos-21.05";
} (_key: nixpkgs:

View file

@ -11,18 +11,6 @@
"url": "https://github.com/nmattia/niv/archive/5e9671a9a87c240b1c6ce981d04ad23ba4291451.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixos-19.03": {
"branch": "nixos-19.03",
"description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",
"homepage": "https://github.com/NixOS/nixpkgs",
"owner": "NixOS",
"repo": "nixpkgs-channels",
"rev": "2dfae8e22fde5032419c3027964c406508332974",
"sha256": "0293j9wib78n5nspywrmd9qkvcqq2vcrclrryxqnaxvj3bs1c0vj",
"type": "tarball",
"url": "https://github.com/NixOS/nixpkgs-channels/archive/2dfae8e22fde5032419c3027964c406508332974.tar.gz",
"url_template": "https://github.com/<owner>/<repo>/archive/<rev>.tar.gz"
},
"nixos-19.09": {
"branch": "nixos-19.09",
"description": "A read-only mirror of NixOS/nixpkgs tracking the released channels. Send issues and PRs to",