From 6d1809b16ffe980e8c95ca948a6e3a182ee8f777 Mon Sep 17 00:00:00 2001 From: Nicholas Sielicki Date: Sat, 3 Jun 2023 23:53:55 -0500 Subject: [PATCH] nix-flake-dispatch: add --trace-{functions,verbose} Add transient prefixes for verbose tracing flags. --- nix-flake.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix-flake.el b/nix-flake.el index 93be1fa..e6f9bc4 100644 --- a/nix-flake.el +++ b/nix-flake.el @@ -388,6 +388,8 @@ For OPTIONS and FLAKE-REF, see the documentation of ("-ui" nix-flake-arg:update-input) ("-nu" "Do not allow any updates to the flake's lock file" "--no-update-lock-file") ("-cl" "Commit changes to the flake's lock file" "--commit-lock-file") + ("-tf" "Trace function calls" "--trace-function-calls") + ("-tv" "Trace verbosely" "--trace-verbose") ("-L" "Print build logs" "--print-build-logs")] ["Installable commands" ("r" "Run attribute" nix-flake-run-attribute)