mirror of
https://github.com/NixOS/templates.git
synced 2026-01-12 01:08:18 +01:00
| .. | ||
| sample_package | ||
| flake.nix | ||
| poetry.lock | ||
| pyproject.toml | ||
| README.md | ||
To get started, run the following:
$ nix develop
$ poetry run python -m sample_package
Hello, world!