We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f9b022 commit f80ee22Copy full SHA for f80ee22
Readme.md
@@ -84,7 +84,6 @@ and use `nix-shell` to activate it.
84
### Generate a nix expression from a requirements.txt
85
```bash
86
mach-nix gen -r requirements.txt
87
-# mach-nix gen -r ./requirements.txt -p 3.7 --nixpkgs '{ "rev": "31827921288763999b5ae1386ac03a1a1c7f69e1", "sha256": "158x72ci07rkz7pfz70yg77gxsqk45hn1a37qd458g64mjw45klq", }'
88
```
89
...to print out the nix expression which defines a python derivation (optionally use `-o` to define an `output file`)
90
0 commit comments