about summary refs log tree commit diff
path: root/pkgs/profpatsch/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch/default.nix')
-rw-r--r--pkgs/profpatsch/default.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index b697bd75..eb1bf8fa 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -105,6 +105,10 @@ let
         testing.drvSeqL tests (itLocal name args execline);
     };
 
+  writeExeclineFns = import ./write-execline.nix {
+    inherit pkgs execlineb-with-builtins;
+  };
+
 
 in rec {
   inherit (nixperiments)
@@ -153,6 +157,8 @@ in rec {
 
   inherit (runExeclineFns)
     runExecline runExeclineLocal;
+  inherit (writeExeclineFns)
+    writeExecline writeExeclineBin;
 
   inherit getBins;