Skip to content

Commit 8ef1cf9

Browse files
authored
Fix NixOS#9 - nix-shell should be called without "-f"
1 parent 102269e commit 8ef1cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ or
6060

6161
```bash
6262
# Start a shell with it (without shell completions):
63-
nix-shell -f https://github.com/kolloch/crate2nix/tarball/0.4.0
63+
nix-shell https://github.com/kolloch/crate2nix/tarball/0.4.0
6464
```
6565

6666
### Development Version (master)
@@ -76,7 +76,7 @@ or
7676

7777
```bash
7878
# Start a shell with it (without shell completions):
79-
nix-shell -f https://github.com/kolloch/crate2nix/tarball/master
79+
nix-shell https://github.com/kolloch/crate2nix/tarball/master
8080
```
8181

8282
If you want to tweak crate2nix, clone the repository and then

0 commit comments

Comments
 (0)