update to nixos-19.09

This commit is contained in:
zimbatm 2019-11-21 13:14:01 +00:00
parent b9d1e3ad19
commit 1fa23404ff
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
3 changed files with 21 additions and 20 deletions

View file

@ -23,10 +23,10 @@ microbadge() {
releases_json=$(nix-instantiate ./release.nix --strict --eval --json)
echo "| Image / Tag | latest | nixos-18.09 | nixos-19.03 |"
echo "| Image / Tag | latest | nixos-19.03 | nixos-19.09 |"
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-18.09") | $(microbadge "$name" "nixos-19.03") |"
echo "| [$name](https://hub.docker.com/r/$name) | $(microbadge "$name") | $(microbadge "$name" "nixos-19.03") | $(microbadge "$name" "nixos-19.09") |"
done