services: nix: Fix typo.

* gnu/services/nix.scm (<nix-configuration>): Fix typo.
This commit is contained in:
Oleg Pykhalov 2020-07-25 11:48:37 +03:00
parent ee67d193b3
commit 3601d802d5
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 1 additions and 1 deletions

View File

@ -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