diff options
Diffstat (limited to 'emacs/guix-command.el')
-rw-r--r-- | emacs/guix-command.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/guix-command.el b/emacs/guix-command.el index 9cb7032abc..cf72b0ea15 100644 --- a/emacs/guix-command.el +++ b/emacs/guix-command.el @@ -192,6 +192,7 @@ to be modified." (guix-command-define-argument-improver guix-command-improve-build-argument '(("--no-grafts" :char ?g) + ("--file" :fun guix-read-file-name) ("--root" :fun guix-read-file-name) ("--sources" :char ?S :fun guix-read-source-type :switch? nil) ("--with-source" :fun guix-read-file-name))) |