From d44693e548062145f530fdc7ea6c832c56528208 Mon Sep 17 00:00:00 2001 From: Leni Aniva Date: Sat, 6 Apr 2024 14:15:58 -0700 Subject: [PATCH] doc: Documentation for `nix flake check` --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index 26bf788..f60ee22 100644 --- a/README.md +++ b/README.md @@ -132,8 +132,5 @@ requires the presence of `lean-all`. To run tests: ``` sh -nix build .#checks.${system}.test +nix flake check ``` - -For example, `${system}` could be `x86_64-linux`. Using `nix develop` drops the -current session into a development shell with fixed Lean version.