mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
services: nix: Fix typo.
* gnu/services/nix.scm (<nix-configuration>): Fix typo.
This commit is contained in:
parent
ee67d193b3
commit
3601d802d5
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ (define-record-type* <nix-configuration>
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue