feat(wpcarro/blog): nix-shell (note to self)

Publishing another "note to self"

Change-Id: If5d052f0360f3e1f371b0c1fdd3781e5bb846ea4
Reviewed-on: https://cl.tvl.fyi/c/depot/+/6861
Tested-by: BuildkiteCI
Reviewed-by: wpcarro <wpcarro@gmail.com>
This commit is contained in:
William Carroll 2022-10-04 10:18:39 -07:00 committed by wpcarro
parent 4a06f5d3b1
commit ba22b09f71
2 changed files with 57 additions and 0 deletions

View file

@ -57,4 +57,11 @@
content = ./posts/ssh-oddities.md;
draft = false;
}
{
key = "nix-shell";
title = "nix-shell (note to self)";
date = 1664902186;
content = ./posts/nix-shell-note.md;
draft = false;
}
]