From 10b4648f7822d07842ea538286559cf70d59db2e Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Sat, 29 Mar 2025 13:46:57 +0100 Subject: [PATCH] feat: add more hints for the AI Signed-off-by: Harald Hoyer --- .goosehints | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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.