|
|
|
|
|
by zach_mitchell
1201 days ago
|
|
You can use as much or as little of it as you want, which I know is not a satisfying answer. I think the most common use case is as a build system, but in this context you aren't limited to building packages, you can also build "environments". By "environments" I mean a shell with certain packages available in `$PATH`. You would use Nix like other build systems in the sense that you specify the build requirements (which other packages, libraries, etc you need to build _your_ stuff), then you specify how exactly to build your stuff. Here "stuff" could be as little as a shell script or as much a huge monorepo. There are ways to use Nix like you would use Ansible or Terraform, but I wouldn't say that's the mainstream use case of Nix. |
|