From 96384882b91a4441bace0772f4d8dc6b7ea5cb09 Mon Sep 17 00:00:00 2001 From: InLaw Date: Sun, 7 Mar 2021 19:36:31 +0100 Subject: [PATCH] Update README.rst nix-shell for flakes Signed-off-by: P33_ae --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 0e93de8d3..d9d01bc22 100644 --- a/README.rst +++ b/README.rst @@ -168,7 +168,7 @@ You can install VulnerableCode with `Nix `__ (`Flake `__ support is needed):: cd etc/nix - nix --print-build-logs flake check # build & run tests + nix-shell -p nixFlakes --run "nix --print-build-logs flake check " # build & run tests There are several options to use the Nix version::