Some developers (myself included) want to use Nix to manage all project dependencies, removing the need to manually install the required dependencies to build, test and run a project.
Including a flake.nix file with the appropriate dependencies should suffice for now.
Some developers (myself included) want to use Nix to manage all project dependencies, removing the need to manually install the required dependencies to build, test and run a project.
Including a
flake.nixfile with the appropriate dependencies should suffice for now.