diff --git a/.goosehints b/.goosehints index e63946d..cd403a1 100644 --- a/.goosehints +++ b/.goosehints @@ -1,3 +1,5 @@ You are on a nix system. This project contains a `flake.nix`. -To run any command use the nix develop shell. -Read the projects `README.md` for further instructions. + +To run any command `CMD` use the nix develop shell like this `nix develop --command bash -c 'CMD'`. + +Read the file `README.md` for further information about this project.