summary refs log tree commit diff
path: root/pkgs/tools/security/onlykey/onlykey.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/security/onlykey/onlykey.nix')
-rw-r--r--pkgs/tools/security/onlykey/onlykey.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/onlykey/onlykey.nix b/pkgs/tools/security/onlykey/onlykey.nix
index 6fb86dfd79e..f9a1999f36d 100644
--- a/pkgs/tools/security/onlykey/onlykey.nix
+++ b/pkgs/tools/security/onlykey/onlykey.nix
@@ -6,7 +6,7 @@
 
 let
   nodeEnv = import ../../../development/node-packages/node-env.nix {
-    inherit (pkgs) stdenv lib python2 runCommand writeTextFile;
+    inherit (pkgs) stdenv lib python2 runCommand writeTextFile writeShellScript;
     inherit pkgs nodejs;
     libtool = if pkgs.stdenv.isDarwin then pkgs.darwin.cctools else null;
   };