me
/
guix
Archived
1
0
Fork 0

services: nix: Export nix-configuration.

* gnu/services/nix.scm (nix-configuration, nix-configuration?): Export.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
master
Peng Mei Yu 2020-07-24 14:11:43 +08:00 committed by Oleg Pykhalov
parent db65d7447c
commit ee67d193b3
No known key found for this signature in database
GPG Key ID: 167F8EA5001AFA9C
1 changed files with 4 additions and 1 deletions

View File

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