define summary nix entry

hugo
J. Fernando Sánchez 6 months ago
parent 0ed126564a
commit 59b0452b4a

@ -1,11 +1,15 @@
--- ---
date: '2023-11-13T18:21:46+01:00' date: '2023-11-13T18:21:46+01:00'
title: 'Nix Recipe for Python Projects' 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: This is a quick and easy recipe to add a `default.nix` to any Python project with a `requirements.txt` file:
<!--more-->
```nix ```nix
with import <nixpkgs> { }; with import <nixpkgs> { };

Loading…
Cancel
Save