From 9e5addb59d8781db2647eb5ff9740a236bbd9003 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sat, 29 Mar 2025 17:45:15 +0100 Subject: [PATCH] iii Signed-off-by: Harald Hoyer --- .goosehints | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.goosehints b/.goosehints index cd403a1..618c30f 100644 --- a/.goosehints +++ b/.goosehints @@ -1,5 +1,7 @@ -You are on a nix system. This project contains a `flake.nix`. +You are on a nix system. This rust project contains a `flake.nix`. To run any command `CMD` use the nix develop shell like this `nix develop --command bash -c 'CMD'`. +If you don't know a crate or the current crate version, use the `cratedoc` extension to get the crate documentation. + Read the file `README.md` for further information about this project.