about summary refs log tree commit diff homepage
path: root/shell.nix
diff options
context:
space:
mode:
authorNguyễn Gia Phong <mcsinyx@disroot.org>2022-05-17 01:39:03 +0900
committerNguyễn Gia Phong <mcsinyx@disroot.org>2022-05-17 01:39:03 +0900
commit8fbb0c8c243ff905e9985f9c96c670f6af4cbf99 (patch)
tree992b83a38ab1b9ee8482961cf44bab92a235dc6b /shell.nix
downloadsite-8fbb0c8c243ff905e9985f9c96c670f6af4cbf99.tar.gz
Draft description
Diffstat (limited to 'shell.nix')
-rw-r--r--shell.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/shell.nix b/shell.nix
new file mode 100644
index 0000000..d9a4d65
--- /dev/null
+++ b/shell.nix
@@ -0,0 +1,4 @@
+with import <nixpkgs> {};
+mkShell {
+  nativeBuildInputs = [ discount md2gemini ];
+}