diff --git a/content/post/2023-11-13 Nix recipe for python projects.md b/content/post/2023-11-13 Nix recipe for python projects.md index d7b7732..4da27f8 100644 --- a/content/post/2023-11-13 Nix recipe for python projects.md +++ b/content/post/2023-11-13 Nix recipe for python projects.md @@ -1,11 +1,15 @@ --- date: '2023-11-13T18:21:46+01:00' title: 'Nix Recipe for Python Projects' +tags: + - nix + - python --- This is a quick and easy recipe to add a `default.nix` to any Python project with a `requirements.txt` file: + ```nix with import { };