Skip to content

Commit

Permalink
docs: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
peterldowns committed Sep 23, 2024
1 parent b7ded4d commit 96bd209
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,23 +184,10 @@ nix shell # and then `nix-search`
nix shell -c nix-search --help # directly run `nix-search` from inside this shell
```

### Updating the gomod2nix file
If you make changes that modify the golang dependencies, you'll need to update the pinned dependencies used in the Nix build process:

```bash
gomod2nix
```

### Update the flake.lock:
```bash
# Re-generate the flake.lock file
nix flake lock
# Update all dependencies and update the flake.lock file
nix flake update
```

### TODOs
- package godocs completed
- package use documentation in README
- shell completions in nix package and generatable
- option searching

0 comments on commit 96bd209

Please sign in to comment.