This PR adds nix "flake" configuration so that Nix users can easily use fvm
We use devbox which is an abstraction on top of nix to declaratively manage project dependencies.
With this adding fvm to the project dev environment is as easy as running devbox add github:leoafarias/fvm
This will result in the "flake" added to your devbox.json (where all the dependencies are declared):
This PR adds nix "flake" configuration so that Nix users can easily use
fvm
We usedevbox
which is an abstraction on top of nix to declaratively manage project dependencies. With this addingfvm
to the project dev environment is as easy as runningdevbox add github:leoafarias/fvm
This will result in the "flake" added to yourdevbox.json
(where all the dependencies are declared):The benefit is this file is checked into the source control and everyone on the team will have fvm installed once they are in this dev environment :)
Testing steps for this pr
This is my first PR here so let me know if I missed something 😊
thanks