We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 102269e commit 8ef1cf9Copy full SHA for 8ef1cf9
README.md
@@ -60,7 +60,7 @@ or
60
61
```bash
62
# Start a shell with it (without shell completions):
63
-nix-shell -f https://github.com/kolloch/crate2nix/tarball/0.4.0
+nix-shell https://github.com/kolloch/crate2nix/tarball/0.4.0
64
```
65
66
### Development Version (master)
@@ -76,7 +76,7 @@ or
76
77
78
79
-nix-shell -f https://github.com/kolloch/crate2nix/tarball/master
+nix-shell https://github.com/kolloch/crate2nix/tarball/master
80
81
82
If you want to tweak crate2nix, clone the repository and then
0 commit comments