branch: elpa/nix-mode
commit 186698599cf4f25d4c3d16ddf7054ffb27a08486
Author: Akira Komamura <[email protected]>
Commit: Akira Komamura <[email protected]>
nix-flake: Set a prompt string
---
nix-flake.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/nix-flake.el b/nix-flake.el
index 0b7c2bf0f5..c339f972ae 100644
--- a/nix-flake.el
+++ b/nix-flake.el
@@ -514,7 +514,7 @@ See `nix-flake-init-post-action' variable for details."
"Select a template and initialize a flake."
(interactive)
(let* ((flake-ref (or nix-flake-template-repository
- (nix-flake--read-flake-ref)))
+ (nix-flake--read-flake-ref "Template repository: ")))
(template-name (completing-read
(format-message "Select a template from %s: "
flake-ref)
(nix-flake--templates flake-ref))))