about summary refs log tree commit diff homepage
path: root/shell.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-18 04:28:55 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2023-03-18 04:28:55 +0900
commit38972ae499826bc61e56f52fa74ced447c5dd056 (patch)
tree41d999d3c96986a58a7871ca9015fb1ffe3236dd /shell.nix
parent5b56f1c5e757fc7165efac2b0c9e14583095ad81 (diff)
downloadsite-38972ae499826bc61e56f52fa74ced447c5dd056.tar.gz
Automate generation process
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 d9a4d65..bbadc58 100644
--- a/shell.nix
+++ b/shell.nix
@@ -1,4 +1,4 @@
 with import <nixpkgs> {};
 mkShell {
-  nativeBuildInputs = [ discount md2gemini ];
+  nativeBuildInputs = [ discount libxslt md2gemini ];
 }