formatting

This commit is contained in:
Osman Faruk Bayram 2025-08-02 16:30:05 +03:00
parent cd345dcd41
commit 304219e840
2 changed files with 11 additions and 12 deletions

View file

@ -1,4 +1,5 @@
{ lib, config, ... }: { { lib, config, ... }:
{
imports = [ imports = [
./hardware-configuration.nix ./hardware-configuration.nix
../../modules ../../modules

View file

@ -9,17 +9,15 @@ let
name = "wanikani-stats-flask"; name = "wanikani-stats-flask";
runtimeInputs = [ runtimeInputs = [
(pkgs.python312.withPackages ( (pkgs.python312.withPackages (
ppkgs: ppkgs: with pkgs.python312Packages; [
with pkgs.python312Packages; [ flask
flask pandas
pandas numpy
numpy jinja2
jinja2 matplotlib
matplotlib seaborn
seaborn ]
] ))
)
)
]; ];
text = '' text = ''
#!/usr/bin/env bash #!/usr/bin/env bash