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.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/profpatsch/default.nix b/pkgs/profpatsch/default.nix
index 0fd31aeb..ff90a05f 100644
--- a/pkgs/profpatsch/default.nix
+++ b/pkgs/profpatsch/default.nix
@@ -1,4 +1,4 @@
-{ stdenv, lib, pkgs }:
+{ stdenv, lib, pkgs, sternenseemann }:
 
 let
   inherit (pkgs) callPackage;
@@ -129,6 +129,7 @@ in rec {
   nix-http-serve = callPackage ./nix-http-serve {};
   nman = callPackage ./nman {
     inherit writeRustSimpleBin;
+    inherit (sternenseemann) temp;
   };
   sfttime = callPackage ./sfttime {};
   show-qr-code = callPackage ./show-qr-code {};