nix: fix deprecated optimise-store example (#8050)

feature/refresh-nano-2
Mathis Chenuet 2022-04-24 22:48:12 +02:00 committed by GitHub
parent 80da0d8c96
commit ffb0d53765
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: