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
# flk direnv

Integrate flk with direnv.

```bash
flk direnv init    # create .envrc with use flake
flk direnv attach  # add hook to existing .envrc
flk direnv detach  # remove hook
```

**Subcommands**
- `init`: generate `.envrc`
- `attach`: add hook to existing `.envrc`
- `detach`: remove hook