summary refs log tree commit diff
path: root/lib/default.nix
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-01-24 21:05:53 +0100
committerGitHub <noreply@github.com>2020-01-24 21:05:53 +0100
commit07eb21ceaf7a709f3602dd755604b1ce5c53bcdf (patch)
treec5cbd16ce2ebcf9774d1b04cd6f3c2d10870e365 /lib/default.nix
parent5e4c494636078516ab6197f9b65cd47aa36ab289 (diff)
parent7228a3c0bcd80e24a18881b11048d3713042f256 (diff)
downloadnixpkgs-07eb21ceaf7a709f3602dd755604b1ce5c53bcdf.tar
nixpkgs-07eb21ceaf7a709f3602dd755604b1ce5c53bcdf.tar.gz
nixpkgs-07eb21ceaf7a709f3602dd755604b1ce5c53bcdf.tar.bz2
nixpkgs-07eb21ceaf7a709f3602dd755604b1ce5c53bcdf.tar.lz
nixpkgs-07eb21ceaf7a709f3602dd755604b1ce5c53bcdf.tar.xz
nixpkgs-07eb21ceaf7a709f3602dd755604b1ce5c53bcdf.tar.zst
nixpkgs-07eb21ceaf7a709f3602dd755604b1ce5c53bcdf.zip
Merge pull request #78337 from Profpatsch/lib-improve-cli-module
lib: improve cli module
Diffstat (limited to 'lib/default.nix')
-rw-r--r--lib/default.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/lib/default.nix b/lib/default.nix
index d2e9f0e8086..d2fe018aa6a 100644
--- a/lib/default.nix
+++ b/lib/default.nix
@@ -37,11 +37,13 @@ let
     licenses = callLibs ./licenses.nix;
     systems = callLibs ./systems;
 
+    # serialization
+    cli = callLibs ./cli.nix;
+    generators = callLibs ./generators.nix;
+
     # misc
     asserts = callLibs ./asserts.nix;
-    cli = callLibs ./cli.nix;
     debug = callLibs ./debug.nix;
-    generators = callLibs ./generators.nix;
     misc = callLibs ./deprecated.nix;
 
     # domain-specific
@@ -121,7 +123,6 @@ let
       isOptionType mkOptionType;
     inherit (asserts)
       assertMsg assertOneOf;
-    inherit (cli) encodeGNUCommandLine toGNUCommandLine;
     inherit (debug) addErrorContextToAttrs traceIf traceVal traceValFn
       traceXMLVal traceXMLValMarked traceSeq traceSeqN traceValSeq
       traceValSeqFn traceValSeqN traceValSeqNFn traceShowVal