diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-06-27 14:50:20 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-06-27 14:50:20 +0200 |
| commit | 8697555125c57ae64a0c9b78514b4aac4fd523de (patch) | |
| tree | a699df53a7c35a4425f30bca86982c4341f6de40 /content/notes/development-environments-with-nix.md | |
| parent | 33b2615a5038bc85036081e8b5e0da8584d88097 (diff) | |
| download | mitjafelicijan.com-8697555125c57ae64a0c9b78514b4aac4fd523de.tar.gz | |
Massive formatting and added figcaption
Diffstat (limited to 'content/notes/development-environments-with-nix.md')
| -rw-r--r-- | content/notes/development-environments-with-nix.md | 3 |
1 files changed, 2 insertions, 1 deletions
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] | |||
| 9 | 9 | ||
| 10 | Nix is amazing for making reproducible cross OS development environment. | 10 | Nix is amazing for making reproducible cross OS development environment. |
| 11 | 11 | ||
| 12 | First you need to [install Nix package manager](https://nixos.org/download.html). | 12 | First you need to [install Nix package |
| 13 | manager](https://nixos.org/download.html). | ||
| 13 | 14 | ||
| 14 | - Create a file `shell.nix` in your project folder. | 15 | - Create a file `shell.nix` in your project folder. |
| 15 | - In the section that has `python3` etc add programs you want to use. These can | 16 | - In the section that has `python3` etc add programs you want to use. These can |
