flake: add simple-http-server to shell

This commit is contained in:
Jez Cope 2023-07-10 19:33:36 +01:00
parent bc09db66b2
commit cc479378ef
1 changed files with 1 additions and 0 deletions

View File

@ -7,5 +7,6 @@ mkShell {
(py: with py; [ python invoke rich requests ruamel_yaml sh ]))
yarn
hugo
simple-http-server
];
}