guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: doc: guix deploy: Add missing record field to example.


From: guix-commits
Subject: 01/01: doc: guix deploy: Add missing record field to example.
Date: Tue, 3 Sep 2019 12:02:49 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit 7c6ebf28db77f1a78bddf3758472b4e99afcc99e
Author: Ricardo Wurmus <address@hidden>
Date:   Tue Sep 3 18:02:18 2019 +0200

    doc: guix deploy: Add missing record field to example.
    
    Reported by GNUtoo on #guix.
    
    * doc/guix.texi (Invoking guix deploy): Add missing "system" field to 
example.
---
 doc/guix.texi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doc/guix.texi b/doc/guix.texi
index de02ad8..a078822 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -25603,6 +25603,7 @@ evaluates to.  As an example, @var{file} might contain 
a definition like this:
        (environment managed-host-environment-type)
        (configuration (machine-ssh-configuration
                        (host-name "localhost")
+                       (system "x86_64-linux")
                        (user "alice")
                        (identity "./id_rsa")
                        (port 2222)))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]