README: fix the nix-based install steps to use release-21.05 because master has the incompatible sqlalachemy 1.4

master
Ivan Kozik 2021-08-29 04:55:59 +00:00
parent 4fec250a32
commit 4fbf6469a1
1 changed files with 3 additions and 3 deletions

View File

@ -98,7 +98,7 @@ Install on NixOS
As a **non-root** user:
```
nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA grab-site
nix-env -f https://github.com/NixOS/nixpkgs/archive/release-21.05.tar.gz -iA grab-site
```
@ -122,7 +122,7 @@ grab-site and its dependencies are available in [nixpkgs](https://github.com/Nix
3. As the **non-root** user:
```
nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA grab-site
nix-env -f https://github.com/NixOS/nixpkgs/archive/release-21.05.tar.gz -iA grab-site
```
And then restart your shell (e.g. by opening a new terminal tab/window).
@ -186,7 +186,7 @@ As an alternative to the Homebrew install, if you prefer Nix.
3. `nix-env` is now available to install grab-site. Run:
```
nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA grab-site
nix-env -f https://github.com/NixOS/nixpkgs/archive/release-21.05.tar.gz -iA grab-site
```
and then restart your shell.