about summary refs log tree commit diff homepage
path: root/shell.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <cnx@loang.net>2023-10-13 18:03:08 +0900
committerNguyễn Gia Phong <cnx@loang.net>2023-10-13 18:03:08 +0900
commit4e036ed653e4f5ae35b172afc23860c425ea1a0d (patch)
tree6a8eec3e64c8e4185ae46422bfb94a91da02d282 /shell.nix
parent2189f8ae2f9849b7e473cfd76952908a01d359a7 (diff)
downloadsite-4e036ed653e4f5ae35b172afc23860c425ea1a0d.tar.gz
Use XSLT for gemtext
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix
index bbadc58..715cd8c 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,4 @@
 with import <nixpkgs> {};
 mkShell {
-  nativeBuildInputs = [ discount libxslt md2gemini ];
+  nativeBuildInputs = [ discount libxslt ];
 }