about summary refs log tree commit diff
path: root/pkgs/shells/scponly/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/scponly/default.nix')
-rw-r--r--pkgs/shells/scponly/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/scponly/default.nix b/pkgs/shells/scponly/default.nix
index f15f04cfe227..41a09adf9e7c 100644
--- a/pkgs/shells/scponly/default.nix
+++ b/pkgs/shells/scponly/default.nix
@@ -33,6 +33,7 @@ stdenv.mkDerivation {
 
   meta = with lib; {
     description = "A shell that only permits scp and sftp-server";
+    mainProgram = "scponly";
     homepage = "https://github.com/scponly/scponly";
     license = with licenses; [ bsd2 ];
     maintainers = with maintainers; [ wmertens ];