mlabs-haskell / mlabs-tooling.nix

A flake that provides everything necessary to set up a project within our sopes. This includes the necessary maintenance as well as CI.
MIT License
7 stars 7 forks source link

Tools available in the default shell PATH #22

Open aciceri opened 1 year ago

aciceri commented 1 year ago

It has been suggested to add a common fd version (which one?) to the default shell. We could add an option which allows to add executables to the shell PATH, something like

{
   project.shell.executables = with pkgs; [ ripgrep ];
}

with a sane and to be agreed here default value.