diff options
-rw-r--r-- | shell.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell.nix b/shell.nix index f2dff6d..7d7eff2 100644 --- a/shell.nix +++ b/shell.nix @@ -8,6 +8,6 @@ pkgs.mkShell { name="build-env"; buildInputs = with pkgs; [ hugo rsync mdbook - ]); + ]; } |