add hut to shell

This commit is contained in:
Cyryl Płotnicki 2022-08-21 09:41:38 +01:00
parent 03dfe15469
commit ff766e746a

View file

@ -41,13 +41,14 @@
devShell = pkgs.mkShell {
nativeBuildInputs = with pkgs;
with pkgs.python38Packages; [
cacert
customPython
git
hugo
cacert
requests
hut
pip
requests
virtualenv
customPython
];
};
});