From df85a62383d529e3b75a2eab83a34fb6199c0b97 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 29 Jun 2023 21:33:07 +0200 Subject: Added Nix shell with hugo --- 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..fccd746 --- /dev/null +++ b/shell.nix @@ -0,0 +1,6 @@ +{ pkgs ? import {} }: + pkgs.mkShell { + nativeBuildInputs = with pkgs.buildPackages; [ + hugo + ]; +} -- cgit v1.2.3