aboutsummaryrefslogtreecommitdiff
path: root/content/notes/development-environments-with-nix.md
diff options
context:
space:
mode:
Diffstat (limited to 'content/notes/development-environments-with-nix.md')
-rw-r--r--content/notes/development-environments-with-nix.md3
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
10Nix is amazing for making reproducible cross OS development environment. 10Nix is amazing for making reproducible cross OS development environment.
11 11
12First you need to [install Nix package manager](https://nixos.org/download.html). 12First you need to [install Nix package
13manager](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