oil: add passthru.shellPath

wip/yesman
Alva 5 years ago
parent 1047a165b8
commit fe30f41890
No known key found for this signature in database
GPG Key ID: F53E323342F7A6D3
  1. 4
      pkgs/shells/oil/default.nix

@ -43,4 +43,8 @@ stdenv.mkDerivation rec {
maintainers = with lib.maintainers; [ lheckemann ];
};
passthru = {
shellPath = "/bin/osh";
};
}

Loading…
Cancel
Save