mirror of
				https://github.com/balkian/balkian.github.com.git
				synced 2025-10-30 15:18:17 +00:00 
			
		
		
		
	define summary nix entry
This commit is contained in:
		| @@ -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> { }; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user