1
0
Fork 0
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:
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

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: