diff --git a/flake.nix b/flake.nix index b89c8c0..9f5e62d 100644 --- a/flake.nix +++ b/flake.nix @@ -41,13 +41,14 @@ devShell = pkgs.mkShell { nativeBuildInputs = with pkgs; with pkgs.python38Packages; [ + cacert + customPython git hugo - cacert - requests + hut pip + requests virtualenv - customPython ]; }; });