diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-05 12:17:03 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-11-05 12:17:03 +0100 |
| commit | d3dfec6f52d8093db276adb62021ced8f58e590c (patch) | |
| tree | 91136e5b803a7058d42f998660cd4ba86fdf379d /_posts/2023-06-25-development-environments-with-nix.md | |
| parent | e490ef9a85ff161305d5647281ed316b54366bca (diff) | |
| download | mitjafelicijan.com-d3dfec6f52d8093db276adb62021ced8f58e590c.tar.gz | |
Added lazy loading to images
Diffstat (limited to '_posts/2023-06-25-development-environments-with-nix.md')
| -rw-r--r-- | _posts/2023-06-25-development-environments-with-nix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2023-06-25-development-environments-with-nix.md b/_posts/2023-06-25-development-environments-with-nix.md index ddac7e0..a905f10 100644 --- a/_posts/2023-06-25-development-environments-with-nix.md +++ b/_posts/2023-06-25-development-environments-with-nix.md | |||
| @@ -59,7 +59,7 @@ export PS1="[\033[38;5;9m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[33 | |||
| 59 | And this is what it looks like when you are in a Nix shell. Otherwise that part | 59 | And this is what it looks like when you are in a Nix shell. Otherwise that part |
| 60 | of prompt is omitted | 60 | of prompt is omitted |
| 61 | 61 | ||
| 62 |  | 62 | {:loading="lazy"} |
| 63 | 63 | ||
| 64 | More resources: | 64 | More resources: |
| 65 | 65 | ||
