Skip to content

Commit afd9071

Browse files
committed
Remove non-flakes development instructions from README
1 parent 5ec1045 commit afd9071

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,7 @@ Interactively browse dependency graphs of Nix derivations.
1515
nix-env -i nix-tree
1616
```
1717

18-
To run the current development version:
19-
20-
```
21-
nix-shell -p '(import (builtins.fetchTarball "https://github.com/utdemir/nix-tree/archive/main.tar.gz") {}).nix-tree' --run nix-tree
22-
```
23-
24-
Or, if you use a Nix version with flake support:
18+
To run the current development version (you might need to pass `--experimental-options flakes`):
2519

2620
```
2721
nix run github:utdemir/nix-tree

0 commit comments

Comments
 (0)