Skip to content

Commit

Permalink
replacing-docker-compose: MacBook not macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
shivaraj-bh committed Mar 6, 2024
1 parent 12d5edb commit 2e42e27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion en/blog/replacing-docker-compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This, along with the fact that we can provide one command to do more than just r

## What does it take?

Turns out, there is not a lot of things that we need to do: we need to be able to run services natively, across platforms (so that my macOS doesn't drain its battery running a database), and integrate with the existing [flake.nix](https://github.com/nammayatri/nammayatri/blob/main/flake.nix) (to avoid an extra step in the setup guide).
Turns out, there is not a lot of things that we need to do: we need to be able to run services natively, across platforms (so that my MacBook doesn't drain its battery running a database), and integrate with the existing [flake.nix](https://github.com/nammayatri/nammayatri/blob/main/flake.nix) (to avoid an extra step in the setup guide).

If you've ever used [[nixos|NixOS]] before, you might be familiar with the way services are managed. Let's take a quick look at an example to understand if that will help us arrive at a solution for our problem.

Expand Down

0 comments on commit 2e42e27

Please sign in to comment.