Browse Source
services: nix: Export nix-configuration.
* gnu/services/nix.scm (nix-configuration, nix-configuration?): Export.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
gn-latest-20200725
Peng Mei Yu
9 months ago
committed by
Oleg Pykhalov
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with
4 additions and
1 deletions
-
gnu/services/nix.scm
|
|
@ -35,7 +35,10 @@ |
|
|
|
#:use-module (ice-9 match) |
|
|
|
#:use-module (ice-9 format) |
|
|
|
#:use-module (guix modules) |
|
|
|
#:export (nix-service-type)) |
|
|
|
#:export (nix-service-type |
|
|
|
|
|
|
|
nix-configuration |
|
|
|
nix-configuration?)) |
|
|
|
|
|
|
|
;;; Commentary: |
|
|
|
;;; |
|
|
|