update shell.nix; add route for style.css

This commit is contained in:
gnat
2024-08-27 20:49:55 -07:00
parent e98321e832
commit cffcbcaa34
2 changed files with 10 additions and 1 deletions

View File

@ -10,6 +10,7 @@ pkgs.mkShell {
pkgs.python312Packages.beautifulsoup4
pkgs.python312Packages.pygraphviz
pkgs.python312Packages.requests_toolbelt
pkgs.python312Packages.pyaml
];
shellHook = ''
python src/main.py