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:
parent
0ed126564a
commit
59b0452b4a
@ -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> { };
|
||||
|
Loading…
Reference in New Issue
Block a user