Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Nix Flake Python Example

> [!IMPORTANT]
> This approach is a bit outdated, since it uses [mach-nix](https://github.com/DavHau/mach-nix#%EF%B8%8F-this-project-is-unmaintained-%EF%B8%8F) which is unmaintained in favour of [dream2nix](https://github.com/nix-community/dream2nix) and only supports Python <=3.8
> If you only need support for older Python versions, this might be fine (but still not future-ready!)

## TODO

- Checks:
Expand All @@ -13,6 +17,7 @@

- `nix`
- `direnv`
- `mach-nix`

Or without nix using virtualenv:

Expand Down