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 89220e5 commit dfdafb1Copy full SHA for dfdafb1
1 file changed
README.md
@@ -9,14 +9,14 @@ without you writting a single line of Nix code. (see [motivation](#motivation))
9
10
# Quick Usage
11
12
-Just run this flake giving it as many package names you need.
+Just run this flake giving it as many [packages](https://search.nixos.org/packages) you need.
13
14
```
15
nix run github:vic/use_devshell_toml [package ...]
16
17
18
It will make sure the `use_devshell_toml.sh` function is installed into your direnv lib, and
19
-will add all provided [package names](https://search.nixos.org/packages) to `devshell.toml` and create an `.envrc` in current directory.
+will update `devshell.toml` and `.envrc` in current directory.
20
21
The gif demo above shows this by adding `hello`, `cargo` and `pip` commands in a single command.
22
0 commit comments