From af8d341f8609da2376b545666e25aef506be1205 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cyryl=20P=C5=82otnicki?= Date: Sun, 13 Aug 2023 16:35:47 +0100 Subject: [PATCH] add go and node to local dev, in anticipation of using hugo modules --- flake.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/flake.nix b/flake.nix index 097f818..fdd0fd8 100644 --- a/flake.nix +++ b/flake.nix @@ -18,12 +18,15 @@ cacert rsync git + go hugo hut + nodejs ruby statix bundler ]; + NODE_PATH="./node_modules"; }; }); }