formatting
This commit is contained in:
parent
cd345dcd41
commit
304219e840
2 changed files with 11 additions and 12 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
{ lib, config, ... }: {
|
{ lib, config, ... }:
|
||||||
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
../../modules
|
../../modules
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue