mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-25 05:55:25 +02:00
nix: fix deprecated optimise-store example (#8050)
This commit is contained in:
parent
80da0d8c96
commit
ffb0d53765
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
|
||||
- Optimise Nix store disk usage by combining duplicate files:
|
||||
|
||||
`nix optimise-store`
|
||||
`nix store optimise`
|
||||
|
||||
- Start an interactive environment for evaluating Nix expressions:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue