I made a functional development environment using nix flakes.
It can be activated by having nix installed with flakes enabled and running nix develop in the root directory.
I find it very useful for quick dev environment generation and consistency across developers due to the lock file
Also it is much less cumbersome than docker.
I made the commit with other files and not exactly sure how to remove them from the pull request without lots of messing with git, but they are not relevant.
Hello!
I made a functional development environment using nix flakes. It can be activated by having nix installed with flakes enabled and running
nix develop
in the root directory. I find it very useful for quick dev environment generation and consistency across developers due to the lock file Also it is much less cumbersome than docker.I made the commit with other files and not exactly sure how to remove them from the pull request without lots of messing with git, but they are not relevant.
Thanks!