services: nix: Fix typo.
* gnu/services/nix.scm (<nix-configuration>): Fix typo.master
parent
ee67d193b3
commit
3601d802d5
|
@ -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
|
||||
|
|
Reference in New Issue