Skip to content

Commit

Permalink
add 'Reading time' and attempt tooltips on unicode icons
Browse files Browse the repository at this point in the history
  • Loading branch information
VuiMuich committed Aug 20, 2023
1 parent 735a791 commit 8152edf
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source/tutorials/learning-journey/shell-dot-nix.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@
<!-- Give a brief description of what the reader will learn so that they know whether the topic interests them. -->
<!-- Give some indication of how long it will take to complete the tutorial so that the reader knows whether to continue. -->
<!-- List any prerequisite knowledge or tools the reader will need to complete the tutorial. -->
[📖]: ## "Reading time"
[🕑]: ## "Interactive time"

| 🕑 | What will you learn? | What will you need? |
| :---: | :--- | :--- |
| 30 min | How to create and configure reproducible shell environments | A basic understanding of the Nix language |
| [📖] | [🕑] | What will you learn? | What will you need? |
| :---: | :---: | :--- | :--- |
| 10 min | 30 min | How to create and configure reproducible shell environments | A basic understanding of the Nix language |

## Entering a shell with Python installed
Suppose we wanted to enter a shell in which Python 3 was installed.
Expand Down

0 comments on commit 8152edf

Please sign in to comment.