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 update

Update all flake inputs (creates a lockfile backup first).

```bash
flk update           # apply updates
flk update --show    # preview without applying
```

**Options**
- `--show`: check for updates without modifying `flake.lock`

**Behavior**
- Backs up `flake.lock` to `.flk/backups` before applying.
- Uses `nix flake update`; preview restores the original lockfile after diffing.