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 {
|
devShell = pkgs.mkShell {
|
||||||
nativeBuildInputs = with pkgs;
|
nativeBuildInputs = with pkgs;
|
||||||
with pkgs.python38Packages; [
|
with pkgs.python38Packages; [
|
||||||
|
cacert
|
||||||
|
customPython
|
||||||
git
|
git
|
||||||
hugo
|
hugo
|
||||||
cacert
|
hut
|
||||||
requests
|
|
||||||
pip
|
pip
|
||||||
|
requests
|
||||||
virtualenv
|
virtualenv
|
||||||
customPython
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue