feat(sun_hours): initial commit
This commit is contained in:
9
sun_hours/shell.nix
Normal file
9
sun_hours/shell.nix
Normal file
@@ -0,0 +1,9 @@
|
||||
{ pkgs ? import <nixpkgs> {} }:
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.python3Packages.astral
|
||||
pkgs.python3Packages.matplotlib
|
||||
pkgs.python3Packages.click
|
||||
pkgs.python3Packages.timezonefinder
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user