remove 19.03 and 19.09 channels
Those are not receiving any more updates. Fix Nix invocations.
This commit is contained in:
parent
061bb32ed2
commit
a720d8ee4f
6 changed files with 35 additions and 51 deletions
|
@ -23,10 +23,10 @@ microbadge() {
|
|||
|
||||
releases_json=$(nix-instantiate --strict --eval --json)
|
||||
|
||||
echo "| Image / Tag | latest | nixos-20.03 | nixos-19.09 | nixos-19.03 |"
|
||||
echo "| --- | --- | --- | --- | --- |"
|
||||
echo "| Image / Tag | latest | nixos-20.03 |"
|
||||
echo "| --- | --- | --- |"
|
||||
|
||||
for attr in $(echo "$releases_json" | jq -r "keys[]") ; do
|
||||
name=nixpkgs/$attr
|
||||
echo "| [$name](https://hub.docker.com/r/$name) | $(microbadge "$name") | $(microbadge "$name" "nixos-20.03") | $(microbadge "$name" "nixos-19.09") | $(microbadge "$name" "nixos-19.03") |"
|
||||
echo "| [$name](https://hub.docker.com/r/$name) | $(microbadge "$name") | $(microbadge "$name" "nixos-20.03") |"
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue