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 = [
|
||||
./hardware-configuration.nix
|
||||
../../modules
|
||||
|
|
|
|||
|
|
@ -9,8 +9,7 @@ let
|
|||
name = "wanikani-stats-flask";
|
||||
runtimeInputs = [
|
||||
(pkgs.python312.withPackages (
|
||||
ppkgs:
|
||||
with pkgs.python312Packages; [
|
||||
ppkgs: with pkgs.python312Packages; [
|
||||
flask
|
||||
pandas
|
||||
numpy
|
||||
|
|
@ -18,8 +17,7 @@ let
|
|||
matplotlib
|
||||
seaborn
|
||||
]
|
||||
)
|
||||
)
|
||||
))
|
||||
];
|
||||
text = ''
|
||||
#!/usr/bin/env bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue