about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2021-05-30 12:47:45 +0000
committerGitHub <noreply@github.com>2021-05-30 12:47:45 +0000
commitaa8c68053a228b7052ac908d573f7c347f02d5af (patch)
treefc0e22482c2f204a5b12aeb8fd537230ff131752 /pkgs/shells
parent66729379a7f8c1caeb4446aae2e161d312b8f4b0 (diff)
parent6198e24f021e6601a7e49e734139bd44948a1d14 (diff)
Merge pull request #110858 from jrick/oksh-shellPath
oksh: add shellPath for use as user shells
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/oksh/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/shells/oksh/default.nix b/pkgs/shells/oksh/default.nix
index 8c2998ab54cc1..e0165fb3022fe 100644
--- a/pkgs/shells/oksh/default.nix
+++ b/pkgs/shells/oksh/default.nix
@@ -18,4 +18,8 @@ stdenv.mkDerivation rec {
     maintainers = with maintainers; [ siraben ];
     platforms = platforms.all;
   };
+
+  passthru = {
+    shellPath = "/bin/oksh";
+  };
 }