flk 0.6.2

A CLI tool for managing flake.nix devShell environments
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# flk search

Search nixpkgs for packages.

```bash
flk search ripgrep
flk search python --limit 20
```

**Options**
- `-l, --limit <NUMBER>`: number of results (default 10)

**Notes**
- Uses `nix-versions` under the hood.
- For detailed info, use `flk deep-search <PACKAGE>`.