From 2e035d6d27713a5482e0fd2ae5c883c5eead7b24 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Sat, 13 Mar 2021 21:00:24 +0100 Subject: Add dev tools * sssg - autoreload * shell.nix, .envrc - use nix lowdown --- shell.nix | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 shell.nix (limited to 'shell.nix') diff --git a/shell.nix b/shell.nix new file mode 100644 index 0000000..49f5fd9 --- /dev/null +++ b/shell.nix @@ -0,0 +1,6 @@ +{ pkgs ? import {} }: +pkgs.mkShell { + buildInputs = with pkgs; [ + lowdown + ]; +} -- cgit 1.4.1