guix-commits
[Top][All Lists]
Advanced

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

03/04: services: nix: Fix typo.


From: guix-commits
Subject: 03/04: services: nix: Fix typo.
Date: Sat, 25 Jul 2020 05:28:50 -0400 (EDT)

wigust pushed a commit to branch master
in repository guix.

commit 3601d802d55106e36e3279680d4728dd3cfe3b4c
Author: Oleg Pykhalov <go.wigust@gmail.com>
AuthorDate: Sat Jul 25 11:48:37 2020 +0300

    services: nix: Fix typo.
    
    * gnu/services/nix.scm (<nix-configuration>): Fix typo.
---
 gnu/services/nix.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/nix.scm b/gnu/services/nix.scm
index 7c58f0e..ba94cfa 100644
--- a/gnu/services/nix.scm
+++ b/gnu/services/nix.scm
@@ -55,7 +55,7 @@
                        (default #t))
   (build-sandbox-items nix-configuration-build-sandbox-items ;list of strings
                        (default '()))
-  (extra-config        nix-configuration-extra-options ;list of strings
+  (extra-config        nix-configuration-extra-config ;list of strings
                        (default '())))
 
 ;; Copied from gnu/services/base.scm



reply via email to

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