1
0
mirror of https://github.com/balkian/balkian.github.com.git synced 2024-11-13 23:22:29 +00:00

define summary nix entry

This commit is contained in:
J. Fernando Sánchez 2023-11-13 18:30:13 +01:00
parent 0ed126564a
commit 59b0452b4a

View File

@ -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:
<!--more-->
```nix
with import <nixpkgs> { };