From 945e20d0c73d212e8ec3f624a719c37d0555e9a9 Mon Sep 17 00:00:00 2001 From: Robin Stumm Date: Fri, 2 Sep 2022 10:51:59 +0200 Subject: [PATCH] fix git version in example broken in 5e0ba5f66b80401ba51c43c6230f6196d1356462 --- source/tutorials/ad-hoc-developer-environments.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/tutorials/ad-hoc-developer-environments.md b/source/tutorials/ad-hoc-developer-environments.md index e6912cc..602d082 100644 --- a/source/tutorials/ad-hoc-developer-environments.md +++ b/source/tutorials/ad-hoc-developer-environments.md @@ -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:~]$ git --version -git version 2.25.4 +git version 2.33.1 ``` There are two things going on here: