switch non-Nixos upgrade instructions 2.90-to beta.1

This has probably been overlooked. Long-term this information should come from a single source of truth when creating the webpage.
This commit is contained in:
Markus Wamser 2024-05-12 13:03:46 +00:00
parent 71290de161
commit 7bf53ec692

View file

@ -73,7 +73,7 @@ sudo nix run \
--experimental-features "nix-command flakes" \
--extra-substituters https://cache.lix.systems \
--trusted-public-keys "cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY= cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" \
'git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.0' -- \
'git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1' -- \
upgrade-nix
```