about summary refs log tree commit diff
path: root/overrides/fish/default.nix
Commit message (Collapse)AuthorAgeFilesLines
* Move new packages from overrides/ into pkgs/.aszlig2014-07-141-43/+0
| | | | | | | Those packages aren't actually overrides and thus it doesn't make sense to categorize them into "overrides". Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* fish: Correctly wrap Python tools.aszlig2013-05-201-7/+19
| | | | | | | | This inserts pythonPath directly into the corresponding script file instead of using wrapPythonPrograms or wrapProgram. It doesn't make sense to use a sh/bash script in order to load a fish tool, right? Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* overrides: Add fish version 2.0.0.aszlig2013-05-191-0/+31
Now let's try another shell, shall we? Signed-off-by: aszlig <aszlig@redmoonstudios.org>