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
16
# flk remove

Remove a package from your `flake.nix`.

```bash
flk remove ripgrep
flk remove ripgrep --profile backend
```

**Options**
- `-p, --profile <PROFILE>`: target a specific profile instead of the default

**Behavior**
- Removes from `.flk/profiles/<profile>.nix`.
- Cleans up pinned entries from `.flk/pins.nix` when needed.
- Errors if the package is not present.