From fccb9bf733e1302122ab65ba5aa39ddbd2f7d486 Mon Sep 17 00:00:00 2001 From: GarandPLG Date: Thu, 16 Apr 2026 23:48:12 +0200 Subject: [PATCH] Add cargo run help invocation to flake.nix --- flake.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/flake.nix b/flake.nix index d65a4a3..2df9c17 100644 --- a/flake.nix +++ b/flake.nix @@ -70,6 +70,8 @@ echo " nix run - Run production version" echo " nix build .#develop - Build development version" echo " nix run .#develop - Run development version" + echo "" + cargo run -- -h ''; }; };