fix(wpcarro/blog): Fix markdown hyperlink syntax
i always seem to get this wrong Change-Id: Ib6f31523aba1d9f9a32d9af95b96b8d75e0ec16e Reviewed-on: https://cl.tvl.fyi/c/depot/+/6863 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
This commit is contained in:
parent
ba22b09f71
commit
a572f8e23d
2 changed files with 5 additions and 5 deletions
|
|
@ -28,7 +28,7 @@ Pass the Nix expression to `nix-shell -p`:
|
|||
## Explanation
|
||||
|
||||
This works because Nix forwards the arguments passed to `-p` (i.e. `--packages`)
|
||||
and interpolates them into this expression here: [source](nix-src)
|
||||
and interpolates them into this expression here: [source][nix-src]
|
||||
|
||||
```nix
|
||||
{ ... }@args:
|
||||
|
|
@ -43,7 +43,7 @@ with import <nixpkgs> args;
|
|||
```
|
||||
|
||||
So really you can pass-in *any* valid Nix expression that produces a derivation
|
||||
and `nix-shell` will put their outputs on your `PATH`.
|
||||
and `nix-shell` will put its outputs on your `PATH`.
|
||||
|
||||
Enjoy!
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue