From f80ee222d989603dd0a3a1ccf554ae798e9a3fa9 Mon Sep 17 00:00:00 2001 From: DavHau Date: Wed, 14 Oct 2020 03:19:19 +0700 Subject: [PATCH] remove comment in readme --- Readme.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Readme.md b/Readme.md index 16f59f3..effa2ed 100644 --- a/Readme.md +++ b/Readme.md @@ -84,7 +84,6 @@ and use `nix-shell` to activate it. ### Generate a nix expression from a requirements.txt ```bash mach-nix gen -r requirements.txt -# mach-nix gen -r ./requirements.txt -p 3.7 --nixpkgs '{ "rev": "31827921288763999b5ae1386ac03a1a1c7f69e1", "sha256": "158x72ci07rkz7pfz70yg77gxsqk45hn1a37qd458g64mjw45klq", }' ``` ...to print out the nix expression which defines a python derivation (optionally use `-o` to define an `output file`)