Skip to content

Commit 9771159

Browse files
committed
fix: devshell message in the readme
1 parent d62b7ab commit 9771159

1 file changed

Lines changed: 7 additions & 10 deletions

File tree

README.md

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -75,20 +75,17 @@ When running `nix-shell` or `nix develop`, `mkShell` prints a welcome message:
7575

7676
[[general commands]]
7777

78-
hello - prints hello
79-
menu - prints this menu
78+
menu - prints this menu
8079

81-
[formatters]
80+
[packages]
8281

83-
nixpkgs-fmt - Nix code formatter for nixpkgs
82+
diffutils-3.10 - Commands for showing the differences between files (diff, cmp, etc.)
83+
goreleaser-1.23.0 - Deliver Go binaries as fast and easily as possible
8484

85-
[linters]
85+
[scripts]
8686

87-
golangci-lint - golang linter
88-
89-
[utilites]
90-
91-
hub - github utility
87+
nix run .#bench - Run benchmark
88+
nix run .#docs - Run mdBook server at http://localhost:3000
9289

9390
[devshell]$
9491
```

0 commit comments

Comments
 (0)