1
0
Fork 0
mirror of https://github.com/NixOS/nix.dev.git synced 2024-10-18 14:32:43 -04:00

Merge pull request #316 from dermetfan/fix-git-version

fix git version in example
This commit is contained in:
Domen Kožar 2022-09-03 16:07:46 +01:00 committed by GitHub
commit d32652b94f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -120,7 +120,7 @@ The following is a fully reproducible example and something that different colle
$ nix-shell --pure -p git -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/2a601aafdc5605a5133a2ca506a34a3a73377247.tar.gz $ nix-shell --pure -p git -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/2a601aafdc5605a5133a2ca506a34a3a73377247.tar.gz
[nix-shell:~]$ git --version [nix-shell:~]$ git --version
git version 2.25.4 git version 2.33.1
``` ```
There are two things going on here: There are two things going on here: