Clean up shell.nix

This commit is contained in:
Jez Cope 2021-04-04 16:12:29 +01:00
parent 250b84a332
commit ce8e1a1785
1 changed files with 1 additions and 6 deletions

View File

@ -29,12 +29,7 @@ let
py.requests
py.ruamel_yaml
my_yaspin
# For `nikola auto` & `nikola serve`
py.aiohttp
py.ws4py
py.watchdog
]);
in pkgs.mkShell {
buildInputs = with pkgs; [ pythonWithPackages pipenv zeromq lessc nodejs-14_x yarn ];
buildInputs = with pkgs; [ pythonWithPackages yarn ];
}