We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ec1045 commit afd9071Copy full SHA for afd9071
README.md
@@ -15,13 +15,7 @@ Interactively browse dependency graphs of Nix derivations.
15
nix-env -i nix-tree
16
```
17
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:
+To run the current development version (you might need to pass `--experimental-options flakes`):
25
26
27
nix run github:utdemir/nix-tree
0 commit comments