|
|
|
|
|
by baby
1201 days ago
|
|
Put a flake.nix in your repo and you can configure the dev environment from there: what are the dependencies, how to build your project, etc. It’s sort of like a makefile, but it’ll always work and will setup everything for you to be able to build |
|