summaryrefslogtreecommitdiff
path: root/pkgs/shells/oksh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* oksh: link to ncursesJosh Rickmar2024-04-141-1/+8
| | | | | This fixes the ^L keybinding in emacs mode to properly clear the screen.
* oksh: 7.4 -> 7.5R. Ryantm2024-04-071-2/+2
|
* treewide: add meta.mainProgram to packages with a single binarystuebinm2024-03-191-0/+1
| | | | | | The nixpkgs-unstable channel's programs.sqlite was used to identify packages producing exactly one binary, and these automatically added to their package definitions wherever possible.
* oksh: 7.3 -> 7.4R. Ryantm2023-11-211-2/+2
|
* oksh: 7.2 -> 7.3R. Ryantm2023-04-251-2/+2
|
* oksh: 7.1 -> 7.2R. Ryantm2022-10-301-2/+2
|
* oksh: 7.0 -> 7.1Moheeb Aljaroudi2022-06-091-2/+2
|
* pkgs/shells: enable strictDepsArtturin2022-05-061-0/+2
|
* oksh: fix cross-compilationNikolay Korotkiy2022-04-231-1/+7
|
* oksh: 6.9 -> 7.0R. Ryantm2021-11-031-2/+2
|
* oksh: 6.8.1 -> 6.9Ben Siraphob2021-06-101-2/+2
|
* oksh: add shellPath for use as user shellsJosh Rickmar2021-01-261-0/+4
| | | | | This allows the user shell to be set to pkgs.oksh instead of needing a string like "${pkgs.oksh}/bin/oksh".
* treewide: with stdenv.lib; in meta -> with lib;Profpatsch2021-01-111-1/+1
| | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 meta = with stdenv.lib; is a widely used pattern. We want to slowly remove the `stdenv.lib` indirection and encourage people to use `lib` directly. Thus let’s start with the meta field. This used a rewriting script to mostly automatically replace all occurances of this pattern, and add the `lib` argument to the package header if it doesn’t exist yet. The script in its current form is available at https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
* oksh: init at 6.8.1Ben Siraphob2020-12-051-0/+21