From 8697555125c57ae64a0c9b78514b4aac4fd523de Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Tue, 27 Jun 2023 14:50:20 +0200 Subject: Massive formatting and added figcaption --- content/notes/development-environments-with-nix.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'content/notes/development-environments-with-nix.md') diff --git a/content/notes/development-environments-with-nix.md b/content/notes/development-environments-with-nix.md index a6769ed..01844c9 100644 --- a/content/notes/development-environments-with-nix.md +++ b/content/notes/development-environments-with-nix.md @@ -9,7 +9,8 @@ tags: [random] Nix is amazing for making reproducible cross OS development environment. -First you need to [install Nix package manager](https://nixos.org/download.html). +First you need to [install Nix package +manager](https://nixos.org/download.html). - Create a file `shell.nix` in your project folder. - In the section that has `python3` etc add programs you want to use. These can -- cgit v1.2.3