
This is a version of Fish without python. Reducing the size of the package from ~240MB to ~110MB.
8 lines
53 B
Nix
8 lines
53 B
Nix
{
|
|
fish,
|
|
}:
|
|
|
|
fish.override {
|
|
usePython = false;
|
|
}
|