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 = [
./hardware-configuration.nix
../../modules

View file

@ -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