GNU bug report logs - #42489
[PATCH] services: nix: Provide nix commands.

Previous Next

Package: guix-patches;

Reported by: Peng Mei Yu <i <at> pengmeiyu.com>

Date: Thu, 23 Jul 2020 09:27:01 UTC

Severity: normal

Tags: patch

Done: Oleg Pykhalov <go.wigust <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: pengmeiyu <at> riseup.net
To: 42489 <at> debbugs.gnu.org
Cc: Peng Mei Yu <i <at> pengmeiyu.com>
Subject: [bug#42489] [PATCH] services: nix: Export nix-configuration.
Date: Fri, 24 Jul 2020 14:11:43 +0800
From: Peng Mei Yu <i <at> pengmeiyu.com>

* gnu/services/nix.scm (nix-configuration): Export it.
---
 gnu/services/nix.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/services/nix.scm b/gnu/services/nix.scm
index e73203c2c5..5a0a965a69 100644
--- a/gnu/services/nix.scm
+++ b/gnu/services/nix.scm
@@ -35,7 +35,8 @@
   #:use-module (ice-9 match)
   #:use-module (ice-9 format)
   #:use-module (guix modules)
-  #:export (nix-service-type))
+  #:export (nix-configuration
+            nix-service-type))
 
 ;;; Commentary:
 ;;;
-- 
2.27.0





This bug report was last modified 4 years and 353 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.