about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorProfpatsch <mail@profpatsch.de>2020-06-29 01:00:06 +0200
committerProfpatsch <mail@profpatsch.de>2020-06-29 01:00:06 +0200
commitb2f2b3fa8657f3698694624d3becf3cbc3f9bafe (patch)
tree48aa234ac3fe2f267205663e0ddad7b6f621276e /pkgs
parentef2a9798cc4751ca069ee0e7f764812b8ed50da9 (diff)
pkgs/profpatsch: (fix) export websiteStatic
Diffstat (limited to 'pkgs')
-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 a9bff57b..9f8be88b 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -184,6 +184,12 @@ in rec {
     inherit symlink;
   };
 
+  inherit (import ./profpatsch.de { inherit pkgs lib toNetstring writeExecline runExecline getBins writeRustSimple netencode-rs el-semicolon el-exec el-substitute netencode; })
+    websiteStatic
+    record-get
+    importas-if
+    ;
+
 
   easy-dhall-nix = (import (pkgs.fetchFromGitHub {
     owner = "justinwoo";