Skip to content

Commit 0633078

Browse files
author
Tencho Tenev
authored
fix: render heading as such in pandoc (#34)
1 parent 3b5e0ce commit 0633078

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/posts/guides/nix-shells.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ nix develop --impure --expr "with import <nixpkgs> {}; pkgs.mkShell { packages =
416416
```
417417

418418
Both approaches work to some degree but are clunky (i.e. *not improving UX as promised*) and rely on the supposed-to-be-superseded channels.
419+
419420
## The second-hardest problem
420421

421422
Picking up the confusion mentioned in the beginning, there is another problem with `nix shell`... naming.

0 commit comments

Comments
 (0)