From 59b0452b4a762108de8b03981f8973358e71c985 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=2E=20Fernando=20S=C3=A1nchez?= Date: Mon, 13 Nov 2023 18:30:13 +0100 Subject: [PATCH] define summary nix entry --- content/post/2023-11-13 Nix recipe for python projects.md | 4 ++++ 1 file changed, 4 insertions(+) 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 { };