Added a shell.nix file to project directory. Run

nix-shell and this will create the necessary Python
3.12 environment needed to run the python script on
a NixOS (25.11) system.
This commit is contained in:
Ed Braaten 2026-01-26 05:42:53 -08:00
parent b0e92b7647
commit 2bc38e42ac
No known key found for this signature in database
GPG key ID: 89155734DA752F49

View file

@ -7,6 +7,7 @@ pkgs.mkShell {
numpy
openpyxl
pandas
python-dateutil
]))
];
}