From 43ed4d71beec1f608b81f7bf6697a6a463296beb Mon Sep 17 00:00:00 2001 From: Baitinq Date: Sat, 30 Jul 2022 01:10:01 +0200 Subject: Initial commit --- 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..28e60c0 --- /dev/null +++ b/shell.nix @@ -0,0 +1,6 @@ +{ pkgs ? import { } }: +pkgs.mkShell { + nativeBuildInputs = with pkgs; [ + hugo + ]; +} -- cgit 1.4.1