Pol Dellaiera 367239e256 fishMinimal: init at 4.0.0
This is a version of Fish without python. Reducing the size of the package from ~240MB to ~110MB.
2025-03-04 19:48:45 +01:00

8 lines
53 B
Nix

{
fish,
}:
fish.override {
usePython = false;
}