diff options
Diffstat (limited to 'src/content/blog/2020/10/05/cargo2nix.adoc')
-rw-r--r-- | src/content/blog/2020/10/05/cargo2nix.adoc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/blog/2020/10/05/cargo2nix.adoc b/src/content/blog/2020/10/05/cargo2nix.adoc index 38f3bfa..a2d478e 100644 --- a/src/content/blog/2020/10/05/cargo2nix.adoc +++ b/src/content/blog/2020/10/05/cargo2nix.adoc @@ -60,7 +60,7 @@ internal to Cargo. Try out the demo (also taken from the repo's README): -[source,shell] +[source,sh] ---- pushd "$(mktemp -d)" wget -O- https://euandre.org/static/attachments/cargo2nix-demo.tar.gz | |