Skip to content

Commit 00e4954

Browse files
authored
[docs] FAQ: add --experimental to nix store gc (#1941)
## Summary Fixes #1938 This is more nix beginner friendly ## How was it tested? will run the command locally (but takes time, so over lunch break) `devbox run -- nix store gc --extra-experimental-features nix-command`
1 parent 248f25e commit 00e4954

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/docs/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Devbox and Nix install your packages in the read-only Nix store, usually located
1515

1616
## How do I clean up unused packages from the Nix Store?
1717

18-
You can use `devbox run -- nix store gc` to automatically clean up packages that are no longer needed for your projects.
18+
You can use `devbox run -- nix store gc --extra-experimental-features nix-command` to automatically clean up packages that are no longer needed for your projects.
1919

2020
## Does Devbox require Docker or Containers to work?
2121

0 commit comments

Comments
 (0)