README: nixpkgs 21.11 -> 22.05

master
Ivan Kozik 2022-06-27 23:13:49 +00:00
parent 9e6e95b513
commit cb477e68a5
1 changed files with 2 additions and 2 deletions

View File

@ -105,7 +105,7 @@ Install on NixOS
As a **non-root** user:
```
nix-env -f https://github.com/NixOS/nixpkgs/archive/release-21.11.tar.gz -iA grab-site
nix-env -f https://github.com/NixOS/nixpkgs/archive/release-22.05.tar.gz -iA grab-site
```
@ -129,7 +129,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/release-21.11.tar.gz -iA grab-site
nix-env -f https://github.com/NixOS/nixpkgs/archive/release-22.05.tar.gz -iA grab-site
```
and then restart your shell (e.g. by opening a new terminal tab/window).