add hut to shell
This commit is contained in:
parent
03dfe15469
commit
ff766e746a
1 changed files with 4 additions and 3 deletions
|
@ -41,13 +41,14 @@
|
|||
devShell = pkgs.mkShell {
|
||||
nativeBuildInputs = with pkgs;
|
||||
with pkgs.python38Packages; [
|
||||
cacert
|
||||
customPython
|
||||
git
|
||||
hugo
|
||||
cacert
|
||||
requests
|
||||
hut
|
||||
pip
|
||||
requests
|
||||
virtualenv
|
||||
customPython
|
||||
];
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue