nix-development-configs/pythonflake-python2nix
2022-03-18 11:18:21 +09:00
..
pythonflake First commit 2022-03-18 11:18:21 +09:00
tests First commit 2022-03-18 11:18:21 +09:00
flake.lock First commit 2022-03-18 11:18:21 +09:00
flake.nix First commit 2022-03-18 11:18:21 +09:00
poetry.lock First commit 2022-03-18 11:18:21 +09:00
pyproject.toml First commit 2022-03-18 11:18:21 +09:00
README.rst First commit 2022-03-18 11:18:21 +09:00

Nix Flake development Environment for Python
--------------------------------------------

Just go through and rename `pythonflake` to your project name. Doesn't seem to work with either hyphens or underscores in the project name so beware. The useful commands are then
`nix develop` to enter a shell
`nix run` to run the application
`nix build` to build it